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 5D666139083 for ; Sun, 3 Dec 2017 22:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52D66E0F92; Sun, 3 Dec 2017 22:14:37 +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 358A1E0F92 for ; Sun, 3 Dec 2017 22:14:37 +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 6EF1733BF43 for ; Sun, 3 Dec 2017 22:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0BB6AE75 for ; Sun, 3 Dec 2017 22:14:33 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1512339234.72434e2983a25bd878b70a8e1ad99f3f358b8f13.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/uriparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/uriparser/uriparser-0.8.4.ebuild X-VCS-Directories: dev-libs/uriparser/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 72434e2983a25bd878b70a8e1ad99f3f358b8f13 X-VCS-Branch: master Date: Sun, 3 Dec 2017 22:14:33 +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-Archives-Salt: 1f9a441f-fc5b-4ffe-89fa-e21c067bf0c1 X-Archives-Hash: 77909239a96043bb8dc1fd0c48b076bc commit: 72434e2983a25bd878b70a8e1ad99f3f358b8f13 Author: James Le Cuirot gentoo org> AuthorDate: Sat Dec 2 20:48:00 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Dec 3 22:13:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72434e29 dev-libs/uriparser: Add ~arm keyword to 0.8.4 The tests pass. Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-libs/uriparser/uriparser-0.8.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/uriparser/uriparser-0.8.4.ebuild b/dev-libs/uriparser/uriparser-0.8.4.ebuild index 0f26dee35fc..97ad9a71617 100644 --- a/dev-libs/uriparser/uriparser-0.8.4.ebuild +++ b/dev-libs/uriparser/uriparser-0.8.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc qt4 test unicode" RDEPEND=""