summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-06-20 10:39:03 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-06-20 10:39:03 +0000
commitba56d4b0a8d96c8f7e07031d93c8384f00e033ae (patch)
treea3579819d0214218d664447785a468cee44cbe1f /dev-libs/uriparser
parentstable x86, bug 227679 (diff)
downloadgentoo-2-ba56d4b0a8d96c8f7e07031d93c8384f00e033ae.tar.gz
gentoo-2-ba56d4b0a8d96c8f7e07031d93c8384f00e033ae.tar.bz2
gentoo-2-ba56d4b0a8d96c8f7e07031d93c8384f00e033ae.zip
x86 stable, bug 227107
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r--dev-libs/uriparser/ChangeLog6
-rw-r--r--dev-libs/uriparser/uriparser-0.7.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/uriparser/ChangeLog b/dev-libs/uriparser/ChangeLog
index 11b13d845328..ebcd5131e5d1 100644
--- a/dev-libs/uriparser/ChangeLog
+++ b/dev-libs/uriparser/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/uriparser
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.16 2008/06/16 19:21:16 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.17 2008/06/20 10:39:03 opfer Exp $
+
+ 20 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+ uriparser-0.7.1.ebuild:
+ x86 stable, bug 227107
16 Jun 2008; Friedrich Oslage <bluebird@gentoo.org>
uriparser-0.7.1.ebuild:
diff --git a/dev-libs/uriparser/uriparser-0.7.1.ebuild b/dev-libs/uriparser/uriparser-0.7.1.ebuild
index 8350ea4d96d3..5479a69faa68 100644
--- a/dev-libs/uriparser/uriparser-0.7.1.ebuild
+++ b/dev-libs/uriparser/uriparser-0.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.1.ebuild,v 1.4 2008/06/16 19:21:16 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.1.ebuild,v 1.5 2008/06/20 10:39:03 opfer 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 ppc sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="doc"
RDEPEND=""