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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 687E1158042 for ; Thu, 24 Oct 2024 18:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E805E0894; Thu, 24 Oct 2024 18:25:56 +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 8394AE0894 for ; Thu, 24 Oct 2024 18:25:56 +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 96FCF34164C for ; Thu, 24 Oct 2024 18:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 021FBF32 for ; Thu, 24 Oct 2024 18:25:54 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1729794350.0124fcc6b1b74d001b8e040712e47ee10de88edf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/upx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/upx/upx-4.2.4.ebuild X-VCS-Directories: app-arch/upx/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0124fcc6b1b74d001b8e040712e47ee10de88edf X-VCS-Branch: master Date: Thu, 24 Oct 2024 18:25:54 +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: 09f08c48-6676-4623-9454-9aea19fa6302 X-Archives-Hash: 3eabcd883c2cb288529ff6770b322816 commit: 0124fcc6b1b74d001b8e040712e47ee10de88edf Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 24 18:25:50 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 24 18:25:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0124fcc6 app-arch/upx: Stabilize 4.2.4 amd64, #941773 Signed-off-by: Arthur Zamarin gentoo.org> app-arch/upx/upx-4.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/upx/upx-4.2.4.ebuild b/app-arch/upx/upx-4.2.4.ebuild index b8b1c533287c..7133dd3999a9 100644 --- a/app-arch/upx/upx-4.2.4.ebuild +++ b/app-arch/upx/upx-4.2.4.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${P}-src" LICENSE="GPL-2+ UPX-exception" # Read the exception before applying any patches SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"