diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:25:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:25:41 +0000 |
commit | a19e7677fd296c1c4b74306fe891a60ca1b23eaa (patch) | |
tree | 56f9b52067f8998828cc24411bc02e49d660d74c /media-libs | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-a19e7677fd296c1c4b74306fe891a60ca1b23eaa.tar.gz gentoo-2-a19e7677fd296c1c4b74306fe891a60ca1b23eaa.tar.bz2 gentoo-2-a19e7677fd296c1c4b74306fe891a60ca1b23eaa.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raptor/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/raptor/raptor-2.0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 7c0d2dbf20b4..8aff9dc17548 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.137 2012/09/27 08:43:56 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.138 2013/01/01 12:25:41 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.8.ebuild: + Add ~ia64, wrt bug #449220 27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> raptor-2.0.8.ebuild: stable ppc ppc64, bug #429130 diff --git a/media-libs/raptor/raptor-2.0.8.ebuild b/media-libs/raptor/raptor-2.0.8.ebuild index ae2e1c2d79c7..76457b14725b 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 +# 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.6 2012/09/27 08:43:56 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.7 2013/01/01 12:25:41 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="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 ~ia64 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 |