diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-18 16:48:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-18 16:48:39 +0000 |
commit | 5beaf9733d9e14fb80b74afc7aa3c0eb351f226e (patch) | |
tree | 1c554962c33e20c5611868bf53e3f43e4212e8c2 /dev-libs/redland | |
parent | mask dev-libs/soprano clucene (diff) | |
download | historical-5beaf9733d9e14fb80b74afc7aa3c0eb351f226e.tar.gz historical-5beaf9733d9e14fb80b74afc7aa3c0eb351f226e.tar.bz2 historical-5beaf9733d9e14fb80b74afc7aa3c0eb351f226e.zip |
keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha107/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 92ccd8137f96..62344061548b 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.103 2012/05/04 18:35:46 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.104 2012/05/18 16:45:07 aballier Exp $ + + 18 May 2012; Alexis Ballier <aballier@gentoo.org> redland-1.0.15.ebuild: + keyword ~amd64-fbsd 04 May 2012; Jeff Horelick <jdhore@gentoo.org> redland-1.0.15.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/dev-libs/redland/redland-1.0.15.ebuild b/dev-libs/redland/redland-1.0.15.ebuild index 3b0521a166ee..694758c3593c 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.8 2012/05/04 18:35:46 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.15.ebuild,v 1.9 2012/05/18 16:45:07 aballier 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 ~amd64-fbsd ~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 |