diff options
author | 2013-12-22 14:27:23 +0000 | |
---|---|---|
committer | 2013-12-22 14:27:23 +0000 | |
commit | 5fd875d11d1da96c1dda8915d8b6708036f0a38d (patch) | |
tree | 36a8ee1c9cf4c63cb89816a644a2a9abb79f76b0 /dev-libs/uriparser | |
parent | Stable for HPPA (bug #494968). (diff) | |
download | gentoo-2-5fd875d11d1da96c1dda8915d8b6708036f0a38d.tar.gz gentoo-2-5fd875d11d1da96c1dda8915d8b6708036f0a38d.tar.bz2 gentoo-2-5fd875d11d1da96c1dda8915d8b6708036f0a38d.zip |
amd64 stable, bug #492046
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r-- | dev-libs/uriparser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/uriparser/uriparser-0.7.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/uriparser/ChangeLog b/dev-libs/uriparser/ChangeLog index 0981a3709e80..c7879d12ca9e 100644 --- a/dev-libs/uriparser/ChangeLog +++ b/dev-libs/uriparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/uriparser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.42 2013/12/21 15:50:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/ChangeLog,v 1.43 2013/12/22 14:27:23 pacho Exp $ + + 22 Dec 2013; Pacho Ramos <pacho@gentoo.org> uriparser-0.7.9.ebuild: + amd64 stable, bug #492046 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> uriparser-0.7.9.ebuild: Stable for ppc, wrt bug #492046 diff --git a/dev-libs/uriparser/uriparser-0.7.9.ebuild b/dev-libs/uriparser/uriparser-0.7.9.ebuild index c790f64a7395..4abe25d1e7fd 100644 --- a/dev-libs/uriparser/uriparser-0.7.9.ebuild +++ b/dev-libs/uriparser/uriparser-0.7.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.9.ebuild,v 1.2 2013/12/21 15:50:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uriparser/uriparser-0.7.9.ebuild,v 1.3 2013/12/22 14:27:23 pacho Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc qt4 test unicode" RDEPEND="" |