diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-05-14 19:02:14 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-05-14 19:02:14 +0000 |
commit | 25b11de64e559a43e85e67870436495c788b14d2 (patch) | |
tree | e9fbe3acd5081baa10778793ed79e9757b1b173d /media-libs/raptor | |
parent | remove all autotools stuff like autoreconf to fix bug #469798 (diff) | |
download | gentoo-2-25b11de64e559a43e85e67870436495c788b14d2.tar.gz gentoo-2-25b11de64e559a43e85e67870436495c788b14d2.tar.bz2 gentoo-2-25b11de64e559a43e85e67870436495c788b14d2.zip |
Stable for HPPA (bug #469688).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 bdf275480a62..0f1e16953db6 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.149 2013/05/14 11:42:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.150 2013/05/14 19:02:14 jer Exp $ + + 14 May 2013; Jeroen Roovers <jer@gentoo.org> raptor-2.0.9.ebuild: + Stable for HPPA (bug #469688). 14 May 2013; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.9.ebuild: Stable for arm, wrt bug #469688 diff --git a/media-libs/raptor/raptor-2.0.9.ebuild b/media-libs/raptor/raptor-2.0.9.ebuild index 75cb08ec19ca..74176b518b2b 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.6 2013/05/14 11:42:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.9.ebuild,v 1.7 2013/05/14 19:02:14 jer 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 |