summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2011-09-20 13:14:22 +0000
committerTony Vroon <chainsaw@gentoo.org>2011-09-20 13:14:22 +0000
commita4b431719c2a1c44026097fd76e6850311800d7a (patch)
tree91d8331859857fec9b3fddcb0969f32bd17cc93e /media-libs
parentMarked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agost... (diff)
downloadgentoo-2-a4b431719c2a1c44026097fd76e6850311800d7a.tar.gz
gentoo-2-a4b431719c2a1c44026097fd76e6850311800d7a.tar.bz2
gentoo-2-a4b431719c2a1c44026097fd76e6850311800d7a.zip
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" Delaney in bug #382641.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/raptor/ChangeLog6
-rw-r--r--media-libs/raptor/raptor-2.0.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog
index b85ad4eacec4..cb13802ba37f 100644
--- a/media-libs/raptor/ChangeLog
+++ b/media-libs/raptor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.105 2011/09/11 19:24:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.106 2011/09/20 13:14:22 chainsaw Exp $
+
+ 20 Sep 2011; Tony Vroon <chainsaw@gentoo.org> raptor-2.0.4.ebuild:
+ Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
+ "idella4" Delaney in bug #382641.
11 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> raptor-2.0.4.ebuild,
+files/raptor-2.0.4-fix_math_test.patch:
diff --git a/media-libs/raptor/raptor-2.0.4.ebuild b/media-libs/raptor/raptor-2.0.4.ebuild
index 415f66b5f92f..1dc4d69a58d6 100644
--- a/media-libs/raptor/raptor-2.0.4.ebuild
+++ b/media-libs/raptor/raptor-2.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.4.ebuild,v 1.2 2011/09/11 19:24:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.4.ebuild,v 1.3 2011/09/20 13:14:22 chainsaw Exp $
EAPI=4
inherit autotools eutils libtool
@@ -13,7 +13,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 ~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 ~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 +xml"
RDEPEND="unicode? ( dev-libs/glib:2 )