diff options
author | Markus Meier <maekke@gentoo.org> | 2012-09-14 18:50:01 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-09-14 18:50:01 +0000 |
commit | 3889478206f1228808088b2dc8441e2d179ea6bd (patch) | |
tree | ca3f8f79f204f8a3f4835728533b27d856126df5 /media-libs/raptor | |
parent | Version bump with better cyrillic metrics. Drop old. (diff) | |
download | gentoo-2-3889478206f1228808088b2dc8441e2d179ea6bd.tar.gz gentoo-2-3889478206f1228808088b2dc8441e2d179ea6bd.tar.bz2 gentoo-2-3889478206f1228808088b2dc8441e2d179ea6bd.zip |
arm stable, bug #429130
(Portage version: 2.1.11.13/cvs/Linux x86_64)
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 edcd139c85b8..2cd5e53bdde6 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.133 2012/09/13 10:19:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.134 2012/09/14 18:50:01 maekke Exp $ + + 14 Sep 2012; Markus Meier <maekke@gentoo.org> raptor-2.0.8.ebuild: + arm stable, bug #429130 13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> raptor-2.0.8.ebuild: Stable for amd64, wrt bug #429130 diff --git a/media-libs/raptor/raptor-2.0.8.ebuild b/media-libs/raptor/raptor-2.0.8.ebuild index 91d425988cce..834791703351 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 # 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.2 2012/09/13 10:19:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.3 2012/09/14 18:50:01 maekke 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 ~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 |