From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1698305-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id C70D3158232
	for <garchives@archives.gentoo.org>; Sun,  8 Dec 2024 18:26:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 547ADE0D41;
	Sun,  8 Dec 2024 18:26:39 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 6AEC1E0C31
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Dec 2024 18:26:38 +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 9B94B342FFB
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Dec 2024 18:26:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 03DEB1F28
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Dec 2024 18:26:36 +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: <1733682362.f19907b9091271a73a9ff9938a0bf269a6d51028.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-libs/libproxy/libproxy-0.5.9.ebuild
X-VCS-Directories: net-libs/libproxy/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f19907b9091271a73a9ff9938a0bf269a6d51028
X-VCS-Branch: master
Date: Sun,  8 Dec 2024 18:26:36 +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: b7b50cbf-d992-44ba-b992-8322414c6a8f
X-Archives-Hash: e25dd9a4648e9ce02f5dd0b3b2d8a913

commit:     f19907b9091271a73a9ff9938a0bf269a6d51028
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 18:26:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 18:26:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19907b9

net-libs/libproxy: Stabilize 0.5.9 x86, #946106

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libproxy/libproxy-0.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libproxy/libproxy-0.5.9.ebuild b/net-libs/libproxy/libproxy-0.5.9.ebuild
index 572c748dacc5..8f4c614383f5 100644
--- a/net-libs/libproxy/libproxy-0.5.9.ebuild
+++ b/net-libs/libproxy/libproxy-0.5.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libproxy/libproxy/archive/refs/tags/${PV}.tar.gz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 IUSE="duktape gnome gtk-doc +introspection test vala"
 REQUIRED_USE="
 	gtk-doc? ( introspection )