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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72258158095 for ; Fri, 23 Sep 2022 02:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 764FBE0BEF; Fri, 23 Sep 2022 02:54:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61939E0BEF for ; Fri, 23 Sep 2022 02:54:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 850EA34104F for ; Fri, 23 Sep 2022 02:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2EA45D4 for ; Fri, 23 Sep 2022 02:54:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663901176.6f4f15db281e966879879c4e5623abceb9f16816.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/numactl/numactl-2.0.14-r1.ebuild X-VCS-Directories: sys-process/numactl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f4f15db281e966879879c4e5623abceb9f16816 X-VCS-Branch: master Date: Fri, 23 Sep 2022 02:54:23 +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: 47223b24-3073-4abb-b7cc-cc6490af0077 X-Archives-Hash: f4b54d22a88693a774387bc5b450c95d commit: 6f4f15db281e966879879c4e5623abceb9f16816 Author: Sam James gentoo org> AuthorDate: Fri Sep 23 02:46:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 23 02:46:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4f15db sys-process/numactl: add note re broken 2.0.15 release Signed-off-by: Sam James gentoo.org> sys-process/numactl/numactl-2.0.14-r1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys-process/numactl/numactl-2.0.14-r1.ebuild b/sys-process/numactl/numactl-2.0.14-r1.ebuild index d05f47076bb7..4d8877a49392 100644 --- a/sys-process/numactl/numactl-2.0.14-r1.ebuild +++ b/sys-process/numactl/numactl-2.0.14-r1.ebuild @@ -3,6 +3,14 @@ EAPI=8 +if [[ ${PV} != 2.0.14 ]] ; then + eerror "Please do not bump to 2.0.15! It's broken:" + eerror "https://github.com/numactl/numactl/issues/135" + eerror "It's also missing a dist tarball:" + eerror "https://github.com/numactl/numactl/issues/140" + die "Please check ebuild!" +fi + inherit autotools multilib-minimal DESCRIPTION="Utilities and libraries for NUMA systems"