Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/
Date: Wed, 14 Jul 2021 22:45:18
Message-Id: 1626302700.1354ba08fde99f786a2edb5ebe8df89daa920e0e.marecki@gentoo
1 commit: 1354ba08fde99f786a2edb5ebe8df89daa920e0e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 14 22:12:37 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 14 22:45:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1354ba08
7
8 sys-apps/hwloc-1.11.13: update EAPI 6 -> 7
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 sys-apps/hwloc/hwloc-1.11.13.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild b/sys-apps/hwloc/hwloc-1.11.13.ebuild
16 index 151384ff11a..e6046bb1b54 100644
17 --- a/sys-apps/hwloc/hwloc-1.11.13.ebuild
18 +++ b/sys-apps/hwloc/hwloc-1.11.13.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal toolchain-funcs
28 +inherit autotools cuda flag-o-matic multilib-minimal toolchain-funcs
29
30 MY_PV=v$(ver_cut 1-2)
31
32 @@ -32,8 +32,8 @@ RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
33 plugins? ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] )
34 numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )
35 xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )"
36 -DEPEND="${RDEPEND}
37 - virtual/pkgconfig"
38 +DEPEND="${RDEPEND}"
39 +BDEPEND="virtual/pkgconfig"
40
41 PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" )
42 DOCS=( AUTHORS NEWS README VERSION )