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 381C215801B for ; Thu, 24 Aug 2023 21:42:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 530A42BC016; Thu, 24 Aug 2023 21:42:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EF2D2BC016 for ; Thu, 24 Aug 2023 21: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 7F7DD340C57 for ; Thu, 24 Aug 2023 21:42:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA52E107B for ; Thu, 24 Aug 2023 21:42:31 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1692913321.c6604aaa5fdfda4d1954438833fc783eee63f6d0.chewi@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.2.ebuild dev-util/patchelf/patchelf-0.18.0.ebuild X-VCS-Directories: dev-util/patchelf/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c6604aaa5fdfda4d1954438833fc783eee63f6d0 X-VCS-Branch: master Date: Thu, 24 Aug 2023 21: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: 53ad7d79-8b94-43d2-9747-199eb9a8177c X-Archives-Hash: 1da79372d87a965ef2e4b1a78cc34975 commit: c6604aaa5fdfda4d1954438833fc783eee63f6d0 Author: James Le Cuirot gentoo org> AuthorDate: Thu Aug 24 21:38:48 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Aug 24 21:42:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6604aaa dev-util/patchelf: Drop sparc keyword on 0.18.0 and stabilise 0.17.2 instead The 0.18.0 tests fail on sparc but the 0.17.2 tests pass. Bug: https://bugs.gentoo.org/912847 Signed-off-by: James Le Cuirot gentoo.org> dev-util/patchelf/patchelf-0.17.2.ebuild | 2 +- dev-util/patchelf/patchelf-0.18.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/patchelf/patchelf-0.17.2.ebuild b/dev-util/patchelf/patchelf-0.17.2.ebuild index 3ce769ef0f54..968fd2dbe7bd 100644 --- a/dev-util/patchelf/patchelf-0.17.2.ebuild +++ b/dev-util/patchelf/patchelf-0.17.2.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 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" LICENSE="GPL-3" src_prepare() { diff --git a/dev-util/patchelf/patchelf-0.18.0.ebuild b/dev-util/patchelf/patchelf-0.18.0.ebuild index 115eb04b1519..19d9351a66a2 100644 --- a/dev-util/patchelf/patchelf-0.18.0.ebuild +++ b/dev-util/patchelf/patchelf-0.18.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 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~riscv-linux ~x86-linux" LICENSE="GPL-3" PATCHES=(