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 074E91580BB for ; Sun, 22 Aug 2021 02:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A95FAE0839; Sun, 22 Aug 2021 02:01:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47F79E0839 for ; Sun, 22 Aug 2021 02:01:00 +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 07734342A3E for ; Sun, 22 Aug 2021 02:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41AF18CB for ; Sun, 22 Aug 2021 02:00:57 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1629595057.b88829ec0877493269031792d217c55f7c8c9182.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/memkind/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/memkind/memkind-1.11.0-r1.ebuild dev-libs/memkind/memkind-1.11.0.ebuild X-VCS-Directories: dev-libs/memkind/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: b88829ec0877493269031792d217c55f7c8c9182 X-VCS-Branch: dev Date: Sun, 22 Aug 2021 02:00:57 +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: 908c6ea2-4fdd-4beb-880a-7b4b63de304c X-Archives-Hash: 110ac4533acc168cc9480fb055258422 commit: b88829ec0877493269031792d217c55f7c8c9182 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Aug 22 00:51:01 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Aug 22 01:17:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b88829ec dev-libs/memkind: EAPI8, disable test Closes: https://bugs.gentoo.org/799872 Signed-off-by: Alessandro Barbieri gmail.com> ...memkind-1.11.0.ebuild => memkind-1.11.0-r1.ebuild} | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/dev-libs/memkind/memkind-1.11.0.ebuild b/dev-libs/memkind/memkind-1.11.0-r1.ebuild similarity index 72% rename from dev-libs/memkind/memkind-1.11.0.ebuild rename to dev-libs/memkind/memkind-1.11.0-r1.ebuild index 2eec152e7..d5aea5c96 100644 --- a/dev-libs/memkind/memkind-1.11.0.ebuild +++ b/dev-libs/memkind/memkind-1.11.0-r1.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools linux-info +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit autotools linux-info python-any-r1 DESCRIPTION="user extensible heap manager built on top of jemalloc" HOMEPAGE="https://memkind.github.io/memkind" @@ -12,14 +14,19 @@ KEYWORDS="~amd64" LICENSE="BSD" SLOT="0" -IUSE="+heap-manager openmp secure +tls" #daxctl -#RESTRICT="test" +IUSE="+heap-manager openmp secure test +tls" #daxctl -DEPEND=" +RDEPEND=" sys-block/ndctl sys-process/numactl " -RDEPEND="${DEPEND}" +DEPEND=" + ${RDEPEND} + ${PYTHON_DEPS} +" + +RESTRICT="test" # ERROR: ./test/test.sh requires a NUMA enabled system with more than one node. +#RESTRICT="!test? ( test )" src_prepare() { default