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 5A2AF158043 for ; Wed, 17 Apr 2024 04:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B65E29E0; Wed, 17 Apr 2024 04:42:34 +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 17849E29E0 for ; Wed, 17 Apr 2024 04:42:34 +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 09FD734343F for ; Wed, 17 Apr 2024 04:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C4E81708 for ; Wed, 17 Apr 2024 04:42:31 +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: <1713328937.10af55af86399e9751d2c679e155a454342d395e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/moar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/moar/moar-1.23.9.ebuild X-VCS-Directories: sys-apps/moar/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10af55af86399e9751d2c679e155a454342d395e X-VCS-Branch: master Date: Wed, 17 Apr 2024 04:42:31 +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: a926c848-d896-4626-b7fd-95dcdbf8b532 X-Archives-Hash: aeea59fb751eac78b74c44b925f48f88 commit: 10af55af86399e9751d2c679e155a454342d395e Author: Sam James gentoo org> AuthorDate: Wed Apr 17 04:42:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 17 04:42:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10af55af sys-apps/moar: Stabilize 1.23.9 amd64, #930050 Signed-off-by: Sam James gentoo.org> sys-apps/moar/moar-1.23.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/moar/moar-1.23.9.ebuild b/sys-apps/moar/moar-1.23.9.ebuild index 9d5a85d692c2..588769858549 100644 --- a/sys-apps/moar/moar-1.23.9.ebuild +++ b/sys-apps/moar/moar-1.23.9.ebuild @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar LICENSE="BSD-2 BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64" +KEYWORDS="amd64 ~arm arm64 ~ppc64" IUSE="test" RESTRICT="!test? ( test )"