From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1702927-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D01C15812D for <garchives@archives.gentoo.org>; Wed, 25 Dec 2024 01:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E2CE07AE; Wed, 25 Dec 2024 01:48:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 82AB4E07AE for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 01:48:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 967D233FDEE for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 01:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 987941909 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 01:48:01 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1735091266.cd325b95c8e3a8920903f0b63f509657048b29e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/boxes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/boxes/boxes-2.3.1.ebuild X-VCS-Directories: app-misc/boxes/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd325b95c8e3a8920903f0b63f509657048b29e7 X-VCS-Branch: master Date: Wed, 25 Dec 2024 01:48:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c24afb3d-4f34-4c54-9155-c1b63553dd75 X-Archives-Hash: e1ad6ad65ad5017b393cd0870eba328b commit: cd325b95c8e3a8920903f0b63f509657048b29e7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 25 01:47:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 25 01:47:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd325b95 app-misc/boxes: Stabilize 2.3.1 ppc, #946809 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/boxes/boxes-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/boxes/boxes-2.3.1.ebuild b/app-misc/boxes/boxes-2.3.1.ebuild index 162ee26a51a6..b42d5eda3f86 100644 --- a/app-misc/boxes/boxes-2.3.1.ebuild +++ b/app-misc/boxes/boxes-2.3.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ascii-boxes/boxes/archive/refs/tags/v${PV}.tar.gz -> LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~mips ppc ppc64 sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"