diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:53 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:38:53 +0100 |
commit | 7bc60a157a00be0187159f7de6bd2422553d2c8d (patch) | |
tree | 3754175a89770cac94ec8f240ebf22c834f1a228 /sys-apps/hwloc | |
parent | sci-physics/xfoil: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-7bc60a157a00be0187159f7de6bd2422553d2c8d.tar.gz gentoo-7bc60a157a00be0187159f7de6bd2422553d2c8d.tar.bz2 gentoo-7bc60a157a00be0187159f7de6bd2422553d2c8d.zip |
sys-apps/hwloc: [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 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.10.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.13.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/hwloc/hwloc-2.0.4.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/hwloc/hwloc-1.11.10.ebuild b/sys-apps/hwloc/hwloc-1.11.10.ebuild index 196184c70593..fdf1744dfe1a 100644 --- a/sys-apps/hwloc/hwloc-1.11.10.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools cuda flag-o-matic versionator multilib-minimal +inherit autotools cuda flag-o-matic toolchain-funcs versionator multilib-minimal MY_PV=v$(get_version_component_range 1-2) diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild b/sys-apps/hwloc/hwloc-1.11.13.ebuild index 2ad20e196775..e16d3cf3a0cc 100644 --- a/sys-apps/hwloc/hwloc-1.11.13.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.13.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 autotools cuda flag-o-matic eapi7-ver multilib-minimal +inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal toolchain-funcs MY_PV=v$(ver_cut 1-2) diff --git a/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild index 4961615eb9b2..4230766967a0 100644 --- a/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild +++ b/sys-apps/hwloc/hwloc-1.11.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit flag-o-matic cuda autotools-multilib multilib versionator +inherit flag-o-matic cuda autotools-multilib multilib toolchain-funcs versionator MY_PV=v$(get_version_component_range 1-2) diff --git a/sys-apps/hwloc/hwloc-2.0.4.ebuild b/sys-apps/hwloc/hwloc-2.0.4.ebuild index 2219e2260c88..e62701d2393a 100644 --- a/sys-apps/hwloc/hwloc-2.0.4.ebuild +++ b/sys-apps/hwloc/hwloc-2.0.4.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 autotools cuda flag-o-matic eapi7-ver multilib-minimal +inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal toolchain-funcs MY_PV=v$(ver_cut 1-2) |