diff options
author | 2007-10-27 17:27:07 +0000 | |
---|---|---|
committer | 2007-10-27 17:27:07 +0000 | |
commit | cffdfa79eadd7ea9866857f55a8aa23ea3af5327 (patch) | |
tree | b79f168171337b15c5760fd91a9a3b7d4909d86a /dev-libs/uriparser/uriparser-0.5.2.ebuild | |
parent | Now gnulib uses git, make a symlink instead of wrapper since is not necessary. (diff) | |
download | gentoo-2-cffdfa79eadd7ea9866857f55a8aa23ea3af5327.tar.gz gentoo-2-cffdfa79eadd7ea9866857f55a8aa23ea3af5327.tar.bz2 gentoo-2-cffdfa79eadd7ea9866857f55a8aa23ea3af5327.zip |
Stable on ppc wrt bug 196074
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-libs/uriparser/uriparser-0.5.2.ebuild')
-rw-r--r-- | dev-libs/uriparser/uriparser-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/uriparser/uriparser-0.5.2.ebuild b/dev-libs/uriparser/uriparser-0.5.2.ebuild index bdabe6f98976..186d401a5d31 100644 --- a/dev-libs/uriparser/uriparser-0.5.2.ebuild +++ b/dev-libs/uriparser/uriparser-0.5.2.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.5.2.ebuild,v 1.3 2007/10/18 14:07:45 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.5.2.ebuild,v 1.4 2007/10/27 17:27:07 nixnut 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" DEPEND="doc? ( app-doc/doxygen )" |