diff options
-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) |