From 8789ce09ef0efd110b51406de3c3ad28e6ad1c3f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 13 Feb 2020 22:38:03 +0100 Subject: sci-chemistry/openbabel: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- sci-chemistry/openbabel/openbabel-2.4.1-r1.ebuild | 4 ++-- sci-chemistry/openbabel/openbabel-2.4.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-chemistry/openbabel') 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/" -- cgit v1.2.3-65-gdbad