diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-14 23:12:37 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-14 23:45:00 +0100 |
commit | 1354ba08fde99f786a2edb5ebe8df89daa920e0e (patch) | |
tree | 3eb5a8c4111f8a9a5d6277934b4ae75edb9b01c9 /sys-apps/hwloc | |
parent | dev-util/nvidia-cuda-toolkit: do not inherit cuda.eclass (diff) | |
download | gentoo-1354ba08fde99f786a2edb5ebe8df89daa920e0e.tar.gz gentoo-1354ba08fde99f786a2edb5ebe8df89daa920e0e.tar.bz2 gentoo-1354ba08fde99f786a2edb5ebe8df89daa920e0e.zip |
sys-apps/hwloc-1.11.13: update EAPI 6 -> 7
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-apps/hwloc')
-rw-r--r-- | sys-apps/hwloc/hwloc-1.11.13.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild b/sys-apps/hwloc/hwloc-1.11.13.ebuild index 151384ff11a5..e6046bb1b546 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal toolchain-funcs +inherit autotools cuda flag-o-matic multilib-minimal toolchain-funcs MY_PV=v$(ver_cut 1-2) @@ -32,8 +32,8 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}] plugins? ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] ) numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] ) xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) DOCS=( AUTHORS NEWS README VERSION ) |