diff options
author | 2013-04-12 09:07:03 +0000 | |
---|---|---|
committer | 2013-04-12 09:07:03 +0000 | |
commit | 1b1a5e7d740194178a37954b0eb27f3e3cd98c5e (patch) | |
tree | 3d140d56594595e1647385d02be0cfc7aa1961d6 /media-libs/raptor | |
parent | Stable for alpha, wrt bug #464112 (diff) | |
download | gentoo-2-1b1a5e7d740194178a37954b0eb27f3e3cd98c5e.tar.gz gentoo-2-1b1a5e7d740194178a37954b0eb27f3e3cd98c5e.tar.bz2 gentoo-2-1b1a5e7d740194178a37954b0eb27f3e3cd98c5e.zip |
Stable for alpha, wrt bug #464112
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
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 73dd4df74ee9..bbd32984b3a8 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.142 2013/04/06 23:33:31 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.143 2013/04/12 09:07:03 ago Exp $ + + 12 Apr 2013; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.8.ebuild: + Stable for alpha, wrt bug #464112 06 Apr 2013; Mike Gilbert <floppym@gentoo.org> raptor-2.0.9.ebuild: Add slot-operator to dev-libs/icu dependency. diff --git a/media-libs/raptor/raptor-2.0.8.ebuild b/media-libs/raptor/raptor-2.0.8.ebuild index c1a93fd03bde..4f91cd8ef384 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-2013 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.9 2013/01/06 09:52:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.10 2013/04/12 09:07:03 ago 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="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc 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="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc 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 |