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 A1E7E158094 for ; Wed, 17 Aug 2022 13:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A9CE0875; Wed, 17 Aug 2022 13:09:45 +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 A2D05E0875 for ; Wed, 17 Aug 2022 13:09:45 +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 94B8F341319 for ; Wed, 17 Aug 2022 13:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 050C0D4 for ; Wed, 17 Aug 2022 13:09:43 +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: <1660741778.6bf4150bb025a77d5162037aaea192802050eedf.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 6bf4150bb025a77d5162037aaea192802050eedf X-VCS-Branch: master Date: Wed, 17 Aug 2022 13:09:43 +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: 0e366d46-c559-4d30-9f0a-4907990c56e5 X-Archives-Hash: 94b35f42ef958a3acc06882516655728 commit: 6bf4150bb025a77d5162037aaea192802050eedf Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Aug 17 13:09:38 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Aug 17 13:09:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf4150b net-libs/libproxy: amd64 stable wrt bug #865177 Signed-off-by: Agostino Sarubbo 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 6ce864ef1cdf..f1fbf7c80eb9 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 )"