From: David Seifert Date: Thu, 13 Feb 2020 21:38:03 +0000 (+0100) Subject: sci-chemistry/openbabel: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8789ce09ef0efd110b51406de3c3ad28e6ad1c3f;p=gentoo.git sci-chemistry/openbabel: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- 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/"