diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-10-05 08:25:52 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-10-05 08:25:52 +0000 |
commit | 80febe18d97ca0be3247b4261d64ba0799f175f5 (patch) | |
tree | 0c9f8d1e92d2d0a4ba2c1df400012fcfcd98dbe2 /media-libs/raptor | |
parent | x86 stable, thanks David. Bug 382641 (diff) | |
download | gentoo-2-80febe18d97ca0be3247b4261d64ba0799f175f5.tar.gz gentoo-2-80febe18d97ca0be3247b4261d64ba0799f175f5.tar.bz2 gentoo-2-80febe18d97ca0be3247b4261d64ba0799f175f5.zip |
x86 stable, thanks David. Bug 382641
(Portage version: 2.1.10.11/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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index cb13802ba37f..aa2d9ce132fc 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.106 2011/09/20 13:14:22 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.107 2011/10/05 08:25:52 nativemad Exp $ + + 05 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> raptor-2.0.4.ebuild: + x86 stable, thanks David. Bug 382641 20 Sep 2011; Tony Vroon <chainsaw@gentoo.org> raptor-2.0.4.ebuild: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian diff --git a/media-libs/raptor/raptor-2.0.4.ebuild b/media-libs/raptor/raptor-2.0.4.ebuild index 1dc4d69a58d6..1b56d4bd20b2 100644 --- a/media-libs/raptor/raptor-2.0.4.ebuild +++ b/media-libs/raptor/raptor-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.4.ebuild,v 1.3 2011/09/20 13:14:22 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.4.ebuild,v 1.4 2011/10/05 08:25:52 nativemad Exp $ EAPI=4 inherit autotools eutils libtool @@ -13,7 +13,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 ~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 ~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 +xml" RDEPEND="unicode? ( dev-libs/glib:2 ) |