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 CBCE6158094 for ; Mon, 1 Aug 2022 03:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAE70E10BA; Mon, 1 Aug 2022 03:24:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBE51E10BA for ; Mon, 1 Aug 2022 03:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77CE0340E5F for ; Mon, 1 Aug 2022 03:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D373544 for ; Mon, 1 Aug 2022 03:24:07 +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: <1659324156.c4c27990e6a508ff00443aa21095874093e458cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cadubi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/cadubi/cadubi-1.3.4.ebuild X-VCS-Directories: app-misc/cadubi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4c27990e6a508ff00443aa21095874093e458cc X-VCS-Branch: master Date: Mon, 1 Aug 2022 03:24:07 +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: 8518e3a8-2af2-47cc-be4a-36e670ea544f X-Archives-Hash: 53c04528bd7f5900bc87c9d6af10b0b2 commit: c4c27990e6a508ff00443aa21095874093e458cc Author: Sam James gentoo org> AuthorDate: Mon Aug 1 03:22:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 1 03:22:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c27990 app-misc/cadubi: Stabilize 1.3.4 x86, #862555 Signed-off-by: Sam James gentoo.org> app-misc/cadubi/cadubi-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/cadubi/cadubi-1.3.4.ebuild b/app-misc/cadubi/cadubi-1.3.4.ebuild index 18411e59d8d4..5252c05491e2 100644 --- a/app-misc/cadubi/cadubi-1.3.4.ebuild +++ b/app-misc/cadubi/cadubi-1.3.4.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/statico/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 ~x86" +KEYWORDS="~amd64 ppc ppc64 x86" RDEPEND="dev-lang/perl >=dev-perl/TermReadKey-2.21"