From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1470538-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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CDF69158020 for <garchives@archives.gentoo.org>; Sat, 24 Dec 2022 01:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C38E0893; Sat, 24 Dec 2022 01:46:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CECFE0893 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 01:46:20 +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 61D30340C42 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 01:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9CBB7E8 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Dec 2022 01:46:17 +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: <1671846360.a44ffd1b156fb7522974da4580003233e81b1e17.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/patchelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/patchelf/patchelf-0.17.0.ebuild X-VCS-Directories: dev-util/patchelf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a44ffd1b156fb7522974da4580003233e81b1e17 X-VCS-Branch: master Date: Sat, 24 Dec 2022 01:46:17 +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: 48aa0554-0c6a-4c4a-aa25-b805a1d43360 X-Archives-Hash: ab5a771e24f4fd5daae6bc8473b2e19d commit: a44ffd1b156fb7522974da4580003233e81b1e17 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 24 01:46:00 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 24 01:46:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44ffd1b dev-util/patchelf: Stabilize 0.17.0 x86, #887271 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/patchelf/patchelf-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/patchelf/patchelf-0.17.0.ebuild b/dev-util/patchelf/patchelf-0.17.0.ebuild index 21e7c0c54cad..349e8c92772d 100644 --- a/dev-util/patchelf/patchelf-0.17.0.ebuild +++ b/dev-util/patchelf/patchelf-0.17.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executa HOMEPAGE="https://github.com/NixOS/patchelf" SRC_URI="https://github.com/NixOS/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" LICENSE="GPL-3" src_prepare() {