diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-11-30 03:26:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-11-30 03:26:57 +0000 |
commit | 49afd500c152e97bdfd2e8a1a3ad2803e6211456 (patch) | |
tree | 09dd36dab857a7ff49e41a9c87e25eadc2eddfa7 | |
parent | Control readline support via USE=readline. (diff) | |
download | gentoo-2-49afd500c152e97bdfd2e8a1a3ad2803e6211456.tar.gz gentoo-2-49afd500c152e97bdfd2e8a1a3ad2803e6211456.tar.bz2 gentoo-2-49afd500c152e97bdfd2e8a1a3ad2803e6211456.zip |
Stable for HPPA (bug #391805).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
-rw-r--r-- | media-libs/liblrdf/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/liblrdf/liblrdf-0.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/liblrdf/ChangeLog b/media-libs/liblrdf/ChangeLog index b8deef708b84..1c7a028d9275 100644 --- a/media-libs/liblrdf/ChangeLog +++ b/media-libs/liblrdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/liblrdf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.53 2011/11/29 16:30:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.54 2011/11/30 03:26:57 jer Exp $ + + 30 Nov 2011; Jeroen Roovers <jer@gentoo.org> liblrdf-0.5.0.ebuild: + Stable for HPPA (bug #391805). 29 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> liblrdf-0.5.0.ebuild: Only run testsuite if swh-plugins is installed and change hardcoded /usr/local diff --git a/media-libs/liblrdf/liblrdf-0.5.0.ebuild b/media-libs/liblrdf/liblrdf-0.5.0.ebuild index 42c454aa5556..72940a591f07 100644 --- a/media-libs/liblrdf/liblrdf-0.5.0.ebuild +++ b/media-libs/liblrdf/liblrdf-0.5.0.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/liblrdf/liblrdf-0.5.0.ebuild,v 1.3 2011/11/29 16:30:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.4 2011/11/30 03:26:57 jer Exp $ EAPI=4 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="http://github.com/swh/LRDF/tarball/${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static-libs" RDEPEND=">=dev-libs/openssl-1 |