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 C2DAD15800F for ; Sun, 15 Jan 2023 20:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F13E0845; Sun, 15 Jan 2023 20:34:40 +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 BAAA8E0845 for ; Sun, 15 Jan 2023 20:34:40 +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 C177B340F8A for ; Sun, 15 Jan 2023 20:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D8984D for ; Sun, 15 Jan 2023 20:34:38 +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: <1673814865.e8081b1074fb91e62beae7d1aea86534df42bc0d.sam@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.0.1-r1.ebuild X-VCS-Directories: app-arch/upx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e8081b1074fb91e62beae7d1aea86534df42bc0d X-VCS-Branch: master Date: Sun, 15 Jan 2023 20:34:38 +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: 5131b35c-e729-41ef-92d2-a14ef78f710b X-Archives-Hash: c0c5f7d4aad20249e7708621abaf804a commit: e8081b1074fb91e62beae7d1aea86534df42bc0d Author: Sam James gentoo org> AuthorDate: Sun Jan 15 20:34:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 15 20:34:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8081b10 app-arch/upx: Stabilize 4.0.1-r1 amd64, #890857 Signed-off-by: Sam James gentoo.org> app-arch/upx/upx-4.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/upx/upx-4.0.1-r1.ebuild b/app-arch/upx/upx-4.0.1-r1.ebuild index c70d4e950477..16adb6cdbc4e 100644 --- a/app-arch/upx/upx-4.0.1-r1.ebuild +++ b/app-arch/upx/upx-4.0.1-r1.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" RDEPEND="!app-arch/upx-bin" BDEPEND="app-arch/xz-utils[extra-filters]"