summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-12-02 20:48:00 +0000
committerJames Le Cuirot <chewi@gentoo.org>2017-12-03 22:13:54 +0000
commit72434e2983a25bd878b70a8e1ad99f3f358b8f13 (patch)
tree3bc10d55f8edcd1fdc125d0bd4404174381fba93 /dev-libs/uriparser
parentdev-util/cpptest: Add ~arm keyword (diff)
downloadgentoo-72434e2983a25bd878b70a8e1ad99f3f358b8f13.tar.gz
gentoo-72434e2983a25bd878b70a8e1ad99f3f358b8f13.tar.bz2
gentoo-72434e2983a25bd878b70a8e1ad99f3f358b8f13.zip
dev-libs/uriparser: Add ~arm keyword to 0.8.4
The tests pass. Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r--dev-libs/uriparser/uriparser-0.8.4.ebuild4
1 files 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 0f26dee35fc6..97ad9a716173 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=""