diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-03-31 17:34:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-03-31 17:34:18 +0000 |
commit | ac00a81572c6f5011ef511bd61be4c39c2e6fe48 (patch) | |
tree | 7cd0369ab256df20a12806deb239f9e2dfc0010c /media-libs/raptor | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | gentoo-2-ac00a81572c6f5011ef511bd61be4c39c2e6fe48.tar.gz gentoo-2-ac00a81572c6f5011ef511bd61be4c39c2e6fe48.tar.bz2 gentoo-2-ac00a81572c6f5011ef511bd61be4c39c2e6fe48.zip |
Stable for HPPA (bug #409417).
(Portage version: 2.2.0_alpha96/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.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 959edb678df3..979489583912 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.122 2012/03/30 19:10:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.123 2012/03/31 17:34:18 jer Exp $ + + 31 Mar 2012; Jeroen Roovers <jer@gentoo.org> raptor-2.0.7.ebuild: + Stable for HPPA (bug #409417). 30 Mar 2012; 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.7.ebuild b/media-libs/raptor/raptor-2.0.7.ebuild index 601c5c5839f5..1380c1dedfda 100644 --- a/media-libs/raptor/raptor-2.0.7.ebuild +++ b/media-libs/raptor/raptor-2.0.7.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.7.ebuild,v 1.1 2012/03/30 18:54:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.7.ebuild,v 1.2 2012/03/31 17:34:18 jer Exp $ # FIXME: It should be possible to use net-nntp/inn for libinn.h and -linn! @@ -15,7 +15,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" RDEPEND="dev-libs/libxml2 |