diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:53:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:53:48 +0200 |
commit | a89df46a4176b48ca7f1bd4f9158d7291aeba432 (patch) | |
tree | f564b592089bf7bf28e518710a98b7ac67758162 /sci-chemistry | |
parent | sci-biology/biopython: Inherit optfeature.eclass (diff) | |
download | gentoo-a89df46a4176b48ca7f1bd4f9158d7291aeba432.tar.gz gentoo-a89df46a4176b48ca7f1bd4f9158d7291aeba432.tar.bz2 gentoo-a89df46a4176b48ca7f1bd4f9158d7291aeba432.zip |
sci-chemistry/openbabel: 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-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.4.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild index febff8ef60cf..02f4b074850b 100644 --- a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 WX_GTK_VER="3.0" -inherit cmake-utils desktop eutils toolchain-funcs wxwidgets +inherit cmake-utils desktop optfeature toolchain-funcs wxwidgets DESCRIPTION="Interconverts file formats used in molecular modeling" HOMEPAGE="http://openbabel.org/wiki/Main_Page" diff --git a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild index 410d0c89fe0f..6f60a5ab1354 100644 --- a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 WX_GTK_VER="3.0" -inherit cmake-utils eutils toolchain-funcs wxwidgets +inherit cmake-utils optfeature toolchain-funcs wxwidgets DESCRIPTION="Interconverts file formats used in molecular modeling" HOMEPAGE="http://openbabel.sourceforge.net/" |