summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2022-01-13 19:13:26 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2022-01-13 19:13:26 +0300
commit4fa2a7edeaed03114132fc416636847b1a3a46c9 (patch)
tree9a631a134847ab9e6fa96abb0a0524f5357eeb58 /sci-chemistry
parentsci-chemistry/GromacsWrapper: Add py 3.10 (diff)
downloadgentoo-4fa2a7edeaed03114132fc416636847b1a3a46c9.tar.gz
gentoo-4fa2a7edeaed03114132fc416636847b1a3a46c9.tar.bz2
gentoo-4fa2a7edeaed03114132fc416636847b1a3a46c9.zip
sci-chemistry/GromacsWrapper: Drop eutils.eclass
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild
index ae63df915cd8..e6354fb05f92 100644
--- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild
+++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0-r1.ebuild
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~x86"
fi
-inherit eutils distutils-r1 ${scm_eclass}
+inherit distutils-r1 ${scm_eclass}
DESCRIPTION="Python framework for Gromacs"
HOMEPAGE="https://gromacswrapper.readthedocs.io"