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 7E44A158020 for ; Mon, 24 Oct 2022 06:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BF9E0827; Mon, 24 Oct 2022 06:37:17 +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 A6482E0827 for ; Mon, 24 Oct 2022 06:37:17 +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 76252340DB4 for ; Mon, 24 Oct 2022 06:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC0F3629 for ; Mon, 24 Oct 2022 06:37:14 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1666593416.19570971c61d5ca302ef895cee58bbf4b6d4705c.ago@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.15.0.ebuild X-VCS-Directories: dev-util/patchelf/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 19570971c61d5ca302ef895cee58bbf4b6d4705c X-VCS-Branch: master Date: Mon, 24 Oct 2022 06:37:14 +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: 03bd42e4-d191-418e-bf0e-bcf1f840f7ee X-Archives-Hash: 64494af79b7eb71eadaf73ec927f3a12 commit: 19570971c61d5ca302ef895cee58bbf4b6d4705c Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Oct 24 06:36:56 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Oct 24 06:36:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19570971 dev-util/patchelf: Stabilize 0.15.0 arm, #868813 Signed-off-by: Agostino Sarubbo gentoo.org> dev-util/patchelf/patchelf-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/patchelf/patchelf-0.15.0.ebuild b/dev-util/patchelf/patchelf-0.15.0.ebuild index 9cabb4786649..eef94aea4993 100644 --- a/dev-util/patchelf/patchelf-0.15.0.ebuild +++ b/dev-util/patchelf/patchelf-0.15.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 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" LICENSE="GPL-3" src_prepare() {