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/hwloc-1.11.10.ebuild | |
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/hwloc-1.11.10.ebuild')
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.10.ebuild | 4 |
1 files changed, 2 insertions, 2 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) |