From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB8FF13933E for ; Wed, 14 Jul 2021 22:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0911E0992; Wed, 14 Jul 2021 22:45:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94B5CE083D for ; Wed, 14 Jul 2021 22:45:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 751EA342C6C for ; Wed, 14 Jul 2021 22:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1DEB7D4 for ; Wed, 14 Jul 2021 22:45:13 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1626302700.1354ba08fde99f786a2edb5ebe8df89daa920e0e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/hwloc/hwloc-1.11.13.ebuild X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1354ba08fde99f786a2edb5ebe8df89daa920e0e X-VCS-Branch: master Date: Wed, 14 Jul 2021 22:45:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0b510c2-9a60-4dc4-8308-32e929a77c6f X-Archives-Hash: 1fbc784a2a6c94ed3345bfc6686fc373 commit: 1354ba08fde99f786a2edb5ebe8df89daa920e0e Author: Marek Szuba gentoo org> AuthorDate: Wed Jul 14 22:12:37 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jul 14 22:45:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1354ba08 sys-apps/hwloc-1.11.13: update EAPI 6 -> 7 Signed-off-by: Marek Szuba gentoo.org> sys-apps/hwloc/hwloc-1.11.13.ebuild | 10 +++++----- 1 file 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 151384ff11a..e6046bb1b54 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 )