summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:38:30 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:38:30 +0100
commitfc5c1465c836e231b3d6caff4541de5e8181775c (patch)
tree1e06551f4fdf693f46ffc7610fe365ec94d46b09 /sci-libs/symengine
parentsci-libs/scalapack: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-fc5c1465c836e231b3d6caff4541de5e8181775c.tar.gz
gentoo-fc5c1465c836e231b3d6caff4541de5e8181775c.tar.bz2
gentoo-fc5c1465c836e231b3d6caff4541de5e8181775c.zip
sci-libs/symengine: [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-libs/symengine')
-rw-r--r--sci-libs/symengine/symengine-0.3.0-r1.ebuild4
-rw-r--r--sci-libs/symengine/symengine-0.4.0.ebuild4
-rw-r--r--sci-libs/symengine/symengine-0.5.0.ebuild2
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"