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 50C37158094 for ; Wed, 17 Aug 2022 14:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F8B3E0877; Wed, 17 Aug 2022 14:30:04 +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 112EEE0876 for ; Wed, 17 Aug 2022 14:30:04 +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 EA64C34132F for ; Wed, 17 Aug 2022 14:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA1457A for ; Wed, 17 Aug 2022 14:29:59 +0000 (UTC) From: "Sam James" 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" Message-ID: <1660746550.d97f143a1fa99155f0515568fca742991ca16958.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.4.18.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d97f143a1fa99155f0515568fca742991ca16958 X-VCS-Branch: master Date: Wed, 17 Aug 2022 14:29:59 +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: 7524372c-1f03-4227-b8c9-5bbb27f6b8b1 X-Archives-Hash: b2aec2b128952ccb9440850b045098d9 commit: d97f143a1fa99155f0515568fca742991ca16958 Author: Sam James gentoo org> AuthorDate: Wed Aug 17 14:28:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 17 14:29:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97f143a net-libs/libproxy: Stabilize 0.4.18 x86, #865177 Signed-off-by: Sam James gentoo.org> net-libs/libproxy/libproxy-0.4.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libproxy/libproxy-0.4.18.ebuild b/net-libs/libproxy/libproxy-0.4.18.ebuild index f1fbf7c80eb9..d4c191ba59d3 100644 --- a/net-libs/libproxy/libproxy-0.4.18.ebuild +++ b/net-libs/libproxy/libproxy-0.4.18.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libproxy/libproxy/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="duktape gnome kde mono networkmanager spidermonkey test webkit" RESTRICT="!test? ( test )"