summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2008-08-13 18:13:37 +0000
committerBrent Baude <ranger@gentoo.org>2008-08-13 18:13:37 +0000
commit53f01b150adf60fc6729293fe59fc778dd5d6321 (patch)
tree24b438dbf11f0cf274c50f589521516c988a105b /dev-libs/uriparser
parentRevbump so ppl get the -O1 limit (diff)
downloadgentoo-2-53f01b150adf60fc6729293fe59fc778dd5d6321.tar.gz
gentoo-2-53f01b150adf60fc6729293fe59fc778dd5d6321.tar.bz2
gentoo-2-53f01b150adf60fc6729293fe59fc778dd5d6321.zip
Marking uriparser-0.7.1 ~ppc64 for bug 234600
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r--dev-libs/uriparser/ChangeLog5
-rw-r--r--dev-libs/uriparser/uriparser-0.7.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/uriparser/ChangeLog b/dev-libs/uriparser/ChangeLog
index ebcd5131e5d1..deaab0d6e396 100644
--- a/dev-libs/uriparser/ChangeLog
+++ b/dev-libs/uriparser/ChangeLog
@@ -1,6 +1,9 @@
# 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.17 2008/06/20 10:39:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.18 2008/08/13 18:13:37 ranger Exp $
+
+ 13 Aug 2008; Brent Baude <ranger@gentoo.org> uriparser-0.7.1.ebuild:
+ Marking uriparser-0.7.1 ~ppc64 for bug 234600
20 Jun 2008; Christian Faulhammer <opfer@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 5479a69faa68..3711c29d5881 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.5 2008/06/20 10:39:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.1.ebuild,v 1.6 2008/08/13 18:13:37 ranger 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 ~ppc64 sparc x86"
IUSE="doc"
RDEPEND=""