summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2007-07-04 20:25:24 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2007-07-04 20:25:24 +0000
commit364e13fc1e4722a83d1fc08c138304bac778bac5 (patch)
tree6df4024723c7edeed73aa5315ddcdac274073a02 /dev-libs/uriparser
parentStable on sparc (diff)
downloadgentoo-2-364e13fc1e4722a83d1fc08c138304bac778bac5.tar.gz
gentoo-2-364e13fc1e4722a83d1fc08c138304bac778bac5.tar.bz2
gentoo-2-364e13fc1e4722a83d1fc08c138304bac778bac5.zip
Keyworded ~sparc
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r--dev-libs/uriparser/ChangeLog6
-rw-r--r--dev-libs/uriparser/uriparser-0.3.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/uriparser/ChangeLog b/dev-libs/uriparser/ChangeLog
index 19756d5ade22..023f3c722edf 100644
--- a/dev-libs/uriparser/ChangeLog
+++ b/dev-libs/uriparser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/uriparser
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.4 2007/06/03 01:59:30 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.5 2007/07/04 20:25:24 gustavoz Exp $
+
+ 04 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org>
+ uriparser-0.3.4.ebuild:
+ Keyworded ~sparc
03 Jun 2007; Robert Buchholz <rbu@gentoo.org> metadata.xml,
uriparser-0.3.4.ebuild:
diff --git a/dev-libs/uriparser/uriparser-0.3.4.ebuild b/dev-libs/uriparser/uriparser-0.3.4.ebuild
index 4d971b4bf210..70aa0fa01c8b 100644
--- a/dev-libs/uriparser/uriparser-0.3.4.ebuild
+++ b/dev-libs/uriparser/uriparser-0.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.3.4.ebuild,v 1.2 2007/06/03 01:59:30 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.3.4.ebuild,v 1.3 2007/07/04 20:25:24 gustavoz Exp $
DESCRIPTION="Uriparser is a strictly RFC 3986 compliant URI parsing library in C"
HOMEPAGE="http://uriparser.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"