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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDF9015800F for ; Wed, 1 Feb 2023 07:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07DBFE0DA5; Wed, 1 Feb 2023 07:38:14 +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 E00F3E0DA5 for ; Wed, 1 Feb 2023 07:38:13 +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 205A3335D2E for ; Wed, 1 Feb 2023 07:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8AFB88C for ; Wed, 1 Feb 2023 07:38:11 +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: <1675237079.9e1088b5763b485e9f1baefc74e2b16cb13b9b06.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/moreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/moreutils/moreutils-0.67-r1.ebuild sys-apps/moreutils/moreutils-0.67.ebuild X-VCS-Directories: sys-apps/moreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e1088b5763b485e9f1baefc74e2b16cb13b9b06 X-VCS-Branch: master Date: Wed, 1 Feb 2023 07:38:11 +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: 8d76fd33-e280-423c-a126-1750b97be73e X-Archives-Hash: a3add2f57e88f518549e20b0214ede51 commit: 9e1088b5763b485e9f1baefc74e2b16cb13b9b06 Author: Sam James gentoo org> AuthorDate: Wed Feb 1 07:36:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 1 07:37:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1088b5 sys-apps/moreutils: add blocker on older pwntools Bug: https://bugs.gentoo.org/892724 Signed-off-by: Sam James gentoo.org> .../{moreutils-0.67.ebuild => moreutils-0.67-r1.ebuild} | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/sys-apps/moreutils/moreutils-0.67.ebuild b/sys-apps/moreutils/moreutils-0.67-r1.ebuild similarity index 93% rename from sys-apps/moreutils/moreutils-0.67.ebuild rename to sys-apps/moreutils/moreutils-0.67-r1.ebuild index de41e3f61ad8..fb9a222d78e8 100644 --- a/sys-apps/moreutils/moreutils-0.67.ebuild +++ b/sys-apps/moreutils/moreutils-0.67-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,17 +15,22 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 x86 ~x86-linux ~x64-macos" IUSE="+doc +perl" -RDEPEND="perl? ( +RDEPEND=" + !