Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/
Date: Thu, 13 Jan 2022 16:13:36
Message-Id: 1642090406.4fa2a7edeaed03114132fc416636847b1a3a46c9.alexxy@gentoo
1 commit: 4fa2a7edeaed03114132fc416636847b1a3a46c9
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 13 16:13:26 2022 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 13 16:13:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa2a7ed
7
8 sci-chemistry/GromacsWrapper: Drop eutils.eclass
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild
17 index ae63df915cd8..e6354fb05f92 100644
18 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild
19 +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild
20 @@ -16,7 +16,7 @@ else
21 KEYWORDS="~amd64 ~x86"
22 fi
23
24 -inherit eutils distutils-r1 ${scm_eclass}
25 +inherit distutils-r1 ${scm_eclass}
26
27 DESCRIPTION="Python framework for Gromacs"
28 HOMEPAGE="https://gromacswrapper.readthedocs.io"