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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03B28138239 for ; Thu, 17 Dec 2020 07:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A65E093B; Thu, 17 Dec 2020 07:59:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1D57E093B for ; Thu, 17 Dec 2020 07:59:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A1643410AE for ; Thu, 17 Dec 2020 07:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B96147 for ; Thu, 17 Dec 2020 07:59:55 +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: <1608191951.56ff391c82d5ee407ca5854feba1d49829ca0f9f.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.16.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56ff391c82d5ee407ca5854feba1d49829ca0f9f X-VCS-Branch: master Date: Thu, 17 Dec 2020 07:59:55 +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: 7a1cc4f0-0f3d-414c-9d18-d5663c05ee7c X-Archives-Hash: 8438ecfe2fabcb64e99479b70428c37a commit: 56ff391c82d5ee407ca5854feba1d49829ca0f9f Author: Sam James gentoo org> AuthorDate: Thu Dec 17 07:59:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 17 07:59:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ff391c net-libs/libproxy: Stabilize 0.4.16 arm64, #741538 Signed-off-by: Sam James gentoo.org> net-libs/libproxy/libproxy-0.4.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libproxy/libproxy-0.4.16.ebuild b/net-libs/libproxy/libproxy-0.4.16.ebuild index 1373ea5f58a..f6dea615200 100644 --- a/net-libs/libproxy/libproxy-0.4.16.ebuild +++ b/net-libs/libproxy/libproxy-0.4.16.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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="gnome kde mono networkmanager spidermonkey test webkit" RESTRICT="!test? ( test )"