diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 07:44:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-25 07:44:46 +0000 |
commit | b0cf413b4ee53ba3a57c094f9ff8f507376a85ea (patch) | |
tree | 8f6f7f83ba38fcdb226bb53b1f706ec3f49e0eeb /media-libs/raptor | |
parent | Remove games-action/heavygear2, bug #466308 (diff) | |
download | gentoo-2-b0cf413b4ee53ba3a57c094f9ff8f507376a85ea.tar.gz gentoo-2-b0cf413b4ee53ba3a57c094f9ff8f507376a85ea.tar.bz2 gentoo-2-b0cf413b4ee53ba3a57c094f9ff8f507376a85ea.zip |
Stable for sparc, wrt bug #469688
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", 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.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 28c2397571bd..3fedd8a6ffea 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.154 2013/05/18 20:45:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.155 2013/05/25 07:44:46 ago Exp $ + + 25 May 2013; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.9.ebuild: + Stable for sparc, wrt bug #469688 18 May 2013; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.9.ebuild: Stable for alpha, wrt bug #469688 diff --git a/media-libs/raptor/raptor-2.0.9.ebuild b/media-libs/raptor/raptor-2.0.9.ebuild index 5568d1985228..4a912df74986 100644 --- a/media-libs/raptor/raptor-2.0.9.ebuild +++ b/media-libs/raptor/raptor-2.0.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/media-libs/raptor/raptor-2.0.9.ebuild,v 1.11 2013/05/18 20:45:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild,v 1.12 2013/05/25 07:44:46 ago Exp $ EAPI=5 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 |