From fc5c1465c836e231b3d6caff4541de5e8181775c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 13 Feb 2020 22:38:30 +0100 Subject: [PATCH] sci-libs/symengine: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- sci-libs/symengine/symengine-0.3.0-r1.ebuild | 4 ++-- sci-libs/symengine/symengine-0.4.0.ebuild | 4 ++-- sci-libs/symengine/symengine-0.5.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-libs/symengine/symengine-0.3.0-r1.ebuild b/sci-libs/symengine/symengine-0.3.0-r1.ebuild index e3a5ebde2878..bb4276b5f7e6 100644 --- a/sci-libs/symengine/symengine-0.3.0-r1.ebuild +++ b/sci-libs/symengine/symengine-0.3.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils flag-o-matic +inherit cmake-utils flag-o-matic toolchain-funcs DESCRIPTION="Fast symbolic manipulation library, written in C++" HOMEPAGE="https://github.com/sympy/symengine" diff --git a/sci-libs/symengine/symengine-0.4.0.ebuild b/sci-libs/symengine/symengine-0.4.0.ebuild index ae20dab9235f..fcecc23453ea 100644 --- a/sci-libs/symengine/symengine-0.4.0.ebuild +++ b/sci-libs/symengine/symengine-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils flag-o-matic +inherit cmake-utils flag-o-matic toolchain-funcs DESCRIPTION="Fast symbolic manipulation library, written in C++" HOMEPAGE="https://github.com/sympy/symengine" diff --git a/sci-libs/symengine/symengine-0.5.0.ebuild b/sci-libs/symengine/symengine-0.5.0.ebuild index f88160af24c1..5949ae7acbbe 100644 --- a/sci-libs/symengine/symengine-0.5.0.ebuild +++ b/sci-libs/symengine/symengine-0.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_BUILD_TYPE=Release -inherit cmake flag-o-matic +inherit cmake flag-o-matic toolchain-funcs DESCRIPTION="Fast symbolic manipulation library, written in C++" HOMEPAGE="https://github.com/sympy/symengine" -- 2.26.2