diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-09-23 08:02:47 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-09-23 08:02:47 +0000 |
commit | bed1796a5a1470aae86e9f7c8281551d8766a831 (patch) | |
tree | 0629cf30aff717c5830ce7c8acc565269918a5c4 /media-libs/raptor | |
parent | x86 stable wrt bug #429128 (diff) | |
download | gentoo-2-bed1796a5a1470aae86e9f7c8281551d8766a831.tar.gz gentoo-2-bed1796a5a1470aae86e9f7c8281551d8766a831.tar.bz2 gentoo-2-bed1796a5a1470aae86e9f7c8281551d8766a831.zip |
x86 stable wrt bug #429130
(Portage version: 2.1.11.9/cvs/Linux i686)
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 685947e3d671..f0118d43beaf 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.135 2012/09/19 13:56:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.136 2012/09/23 08:02:47 phajdan.jr Exp $ + + 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> raptor-2.0.8.ebuild: + x86 stable wrt bug #429130 19 Sep 2012; Jeroen Roovers <jer@gentoo.org> raptor-2.0.8.ebuild: Stable for HPPA (bug #429130). diff --git a/media-libs/raptor/raptor-2.0.8.ebuild b/media-libs/raptor/raptor-2.0.8.ebuild index 3b853be0f580..9792ca35e1f0 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.4 2012/09/19 13:56:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.5 2012/09/23 08:02:47 phajdan.jr 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 |