diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-09-19 13:56:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-09-19 13:56:27 +0000 |
commit | b1d06f93bd398a158aaecc029363754e719e0e1a (patch) | |
tree | 8c4c85e9bf623fa6547ec4a0c9231007caabaf69 /media-libs/raptor | |
parent | Stable for HPPA (bug #433645). (diff) | |
download | gentoo-2-b1d06f93bd398a158aaecc029363754e719e0e1a.tar.gz gentoo-2-b1d06f93bd398a158aaecc029363754e719e0e1a.tar.bz2 gentoo-2-b1d06f93bd398a158aaecc029363754e719e0e1a.zip |
Stable for HPPA (bug #429130).
(Portage version: 2.2.0_alpha129/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r-- | media-libs/raptor/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/raptor/raptor-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 2cd5e53bdde6..685947e3d671 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.134 2012/09/14 18:50:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.135 2012/09/19 13:56:27 jer Exp $ + + 19 Sep 2012; Jeroen Roovers <jer@gentoo.org> raptor-2.0.8.ebuild: + Stable for HPPA (bug #429130). 14 Sep 2012; Markus Meier <maekke@gentoo.org> raptor-2.0.8.ebuild: arm stable, bug #429130 diff --git a/media-libs/raptor/raptor-2.0.8.ebuild b/media-libs/raptor/raptor-2.0.8.ebuild index 834791703351..3b853be0f580 100644 --- a/media-libs/raptor/raptor-2.0.8.ebuild +++ b/media-libs/raptor/raptor-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.3 2012/09/14 18:50:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.4 2012/09/19 13:56:27 jer Exp $ EAPI=4 inherit eutils libtool @@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2" -KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+curl debug json static-libs unicode" RDEPEND="dev-libs/libxml2 |