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 BE4B615817D for ; Tue, 4 Jun 2024 17:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 522DBE2B7F; Tue, 4 Jun 2024 17:49: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D0A1E2B7F for ; Tue, 4 Jun 2024 17:49: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 401C833BF41 for ; Tue, 4 Jun 2024 17:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BE51C7C for ; Tue, 4 Jun 2024 17:49:36 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1717523022.5ab04cfe9bf4da8a40b5d203a2a848f64182ba21.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libelf/libelf-0.8.13-r4.ebuild X-VCS-Directories: dev-libs/libelf/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 5ab04cfe9bf4da8a40b5d203a2a848f64182ba21 X-VCS-Branch: master Date: Tue, 4 Jun 2024 17:49:36 +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: 2b3931d2-3410-451e-b2a2-4a75421945db X-Archives-Hash: 1999a18f7222a93c24ddc344eb2b1800 commit: 5ab04cfe9bf4da8a40b5d203a2a848f64182ba21 Author: Matoro Mahri matoro tk> AuthorDate: Mon Jun 3 17:05:38 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Jun 4 17:43:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab04cfe dev-libs/libelf: Stabilize 0.8.13-r4 sparc, #932204 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Viorel Munteanu gentoo.org> dev-libs/libelf/libelf-0.8.13-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libelf/libelf-0.8.13-r4.ebuild b/dev-libs/libelf/libelf-0.8.13-r4.ebuild index cef209b70602..2418e4412e99 100644 --- a/dev-libs/libelf/libelf-0.8.13-r4.ebuild +++ b/dev-libs/libelf/libelf-0.8.13-r4.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~sparc x86 ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 sparc x86 ~x64-solaris" IUSE="debug nls" RDEPEND="!dev-libs/elfutils"