diff options
author | 2012-02-25 00:11:35 +0000 | |
---|---|---|
committer | 2012-02-25 00:11:35 +0000 | |
commit | d4e2d157f9934bd59590e4972fa3f4ffc070320c (patch) | |
tree | 13c1762545aef2936f06ec5e92e76475cc8ee387 /dev-libs/redland | |
parent | ppc/ppc64/x86 stable wrt #404961 (diff) | |
download | gentoo-2-d4e2d157f9934bd59590e4972fa3f4ffc070320c.tar.gz gentoo-2-d4e2d157f9934bd59590e4972fa3f4ffc070320c.tar.bz2 gentoo-2-d4e2d157f9934bd59590e4972fa3f4ffc070320c.zip |
ppc/ppc64/x86 stable wrt #404655
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/redland')
-rw-r--r-- | dev-libs/redland/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/redland/redland-1.0.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/redland/ChangeLog b/dev-libs/redland/ChangeLog index 6820a6104a0c..0e72bb1868d6 100644 --- a/dev-libs/redland/ChangeLog +++ b/dev-libs/redland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/redland # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.98 2012/02/21 15:40:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.99 2012/02/25 00:11:35 ssuominen Exp $ + + 25 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> redland-1.0.15.ebuild: + ppc/ppc64/x86 stable wrt #404655 21 Feb 2012; Jeroen Roovers <jer@gentoo.org> redland-1.0.15.ebuild: Stable for HPPA (bug #404655). diff --git a/dev-libs/redland/redland-1.0.15.ebuild b/dev-libs/redland/redland-1.0.15.ebuild index 2b824ac63d3d..1e5805dc587d 100644 --- a/dev-libs/redland/redland-1.0.15.ebuild +++ b/dev-libs/redland/redland-1.0.15.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/dev-libs/redland/redland-1.0.15.ebuild,v 1.3 2012/02/21 15:40:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild,v 1.4 2012/02/25 00:11:35 ssuominen Exp $ EAPI=4 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos" IUSE="berkdb iodbc mysql odbc postgres sqlite ssl static-libs +xml" # NOTE: libtool is required for libltdl at runtime |