diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:53:45 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:53:45 +0200 |
commit | 395db0fe0b9edde5afb9ffd612e3f1b31cfc49fc (patch) | |
tree | 3788dd353827d382c46701ca42cdbbf77d3f396b /sci-biology | |
parent | net-p2p/tremc: Inherit optfeature.eclass (diff) | |
download | gentoo-395db0fe0b9edde5afb9ffd612e3f1b31cfc49fc.tar.gz gentoo-395db0fe0b9edde5afb9ffd612e3f1b31cfc49fc.tar.bz2 gentoo-395db0fe0b9edde5afb9ffd612e3f1b31cfc49fc.zip |
sci-biology/biopython: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/biopython/biopython-1.77.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/biopython/biopython-1.77.ebuild b/sci-biology/biopython/biopython-1.77.ebuild index 486e9fe694d1..a25abc9312c6 100644 --- a/sci-biology/biopython/biopython-1.77.ebuild +++ b/sci-biology/biopython/biopython-1.77.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) -inherit distutils-r1 eutils +inherit distutils-r1 optfeature DESCRIPTION="Python modules for computational molecular biology" HOMEPAGE="https://www.biopython.org/ https://pypi.org/project/biopython/" |