commit: a89df46a4176b48ca7f1bd4f9158d7291aeba432 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 08:53:48 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 08:53:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89df46a
sci-chemistry/openbabel: Inherit optfeature.eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild | 2 +- 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 febff8ef60c..02f4b074850 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 410d0c89fe0..6f60a5ab135 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/"
