diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-28 04:16:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-28 04:16:14 +0000 |
commit | a41add07b711fd4528a7a012b1cde09a449172c6 (patch) | |
tree | 6eeef1e65121ca7a49009b75400daf94bafa61ec | |
parent | ppc/ppc64 stable wrt #395383 (diff) | |
download | gentoo-2-a41add07b711fd4528a7a012b1cde09a449172c6.tar.gz gentoo-2-a41add07b711fd4528a7a012b1cde09a449172c6.tar.bz2 gentoo-2-a41add07b711fd4528a7a012b1cde09a449172c6.zip |
ppc/ppc64 stable wrt #391805
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
-rw-r--r-- | media-libs/liblrdf/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/liblrdf/liblrdf-0.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/liblrdf/ChangeLog b/media-libs/liblrdf/ChangeLog index 603b96d3b27b..aeba6b3a5b2c 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.55 2011/12/07 07:57:11 phajdan.jr Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.56 2012/01/28 04:16:14 ssuominen Exp $ + + 28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> liblrdf-0.5.0.ebuild: + ppc/ppc64 stable wrt #391805 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> liblrdf-0.5.0.ebuild: x86 stable wrt bug #391805 diff --git a/media-libs/liblrdf/liblrdf-0.5.0.ebuild b/media-libs/liblrdf/liblrdf-0.5.0.ebuild index e9a3f224f81b..855ffe685dd3 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 +# Copyright 1999-2012 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.5 2011/12/07 07:57:11 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.6 2012/01/28 04:16:14 ssuominen 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 |