summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:38:03 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:38:03 +0100
commit8789ce09ef0efd110b51406de3c3ad28e6ad1c3f (patch)
treeb0051a1633eea093bbf04d1111c2d1623b0c6e40 /sci-chemistry/openbabel
parentsci-chemistry/autodock_vina: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-8789ce09ef0efd110b51406de3c3ad28e6ad1c3f.tar.gz
gentoo-8789ce09ef0efd110b51406de3c3ad28e6ad1c3f.tar.bz2
gentoo-8789ce09ef0efd110b51406de3c3ad28e6ad1c3f.zip
sci-chemistry/openbabel: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r--sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild4
-rw-r--r--sci-chemistry/openbabel/openbabel-2.4.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild
index 2d53613d1d29..febff8ef60cf 100644
--- a/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
WX_GTK_VER="3.0"
-inherit cmake-utils desktop eutils wxwidgets
+inherit cmake-utils desktop eutils 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 b76a75d78d9b..410d0c89fe0f 100644
--- a/sci-chemistry/openbabel/openbabel-2.4.1.ebuild
+++ b/sci-chemistry/openbabel/openbabel-2.4.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
WX_GTK_VER="3.0"
-inherit cmake-utils eutils wxwidgets
+inherit cmake-utils eutils toolchain-funcs wxwidgets
DESCRIPTION="Interconverts file formats used in molecular modeling"
HOMEPAGE="http://openbabel.sourceforge.net/"