diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-03-20 12:41:03 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-03-20 12:41:03 +0000 |
commit | d640e62166355165f1daf92618fd1a383c6aa0f6 (patch) | |
tree | d308ed7371d85c22ea6696a9deb2a6c6a339700f /dev-libs | |
parent | keyworded ~arch for sparc, bug 261242 (diff) | |
download | gentoo-2-d640e62166355165f1daf92618fd1a383c6aa0f6.tar.gz gentoo-2-d640e62166355165f1daf92618fd1a383c6aa0f6.tar.bz2 gentoo-2-d640e62166355165f1daf92618fd1a383c6aa0f6.zip |
keyworded ~arch for sparc, bug 261242
(Portage version: 2.1.6.7/cvs/Linux sparc64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/uriparser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/uriparser/uriparser-0.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/uriparser/ChangeLog b/dev-libs/uriparser/ChangeLog index 49820c24fa41..cf69b889f94a 100644 --- a/dev-libs/uriparser/ChangeLog +++ b/dev-libs/uriparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/uriparser # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.23 2009/03/19 16:17:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.24 2009/03/20 12:41:03 tcunha Exp $ + + 20 Mar 2009; Tiago Cunha <tcunha@gentoo.org> uriparser-0.7.5.ebuild: + keyworded ~arch for sparc, bug 261242 19 Mar 2009; Joseph Jezak <josejx@gentoo.org> uriparser-0.7.5.ebuild: Marked ~ppc64 for bug #261242. diff --git a/dev-libs/uriparser/uriparser-0.7.5.ebuild b/dev-libs/uriparser/uriparser-0.7.5.ebuild index 9770e8d61af1..7059259711d7 100644 --- a/dev-libs/uriparser/uriparser-0.7.5.ebuild +++ b/dev-libs/uriparser/uriparser-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.3 2009/03/19 16:17:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.5.ebuild,v 1.4 2009/03/20 12:41:03 tcunha Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc test" RDEPEND="" |