diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-18 16:45:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-18 16:45:07 +0000 |
commit | 87725e6693b9dfc37a26cf6ec98775786dd6e7e4 (patch) | |
tree | 39286deeedbb267ffc4ed4bc4f72ed6e1466c267 /dev-libs | |
parent | mask dev-libs/redland mysql (diff) | |
download | gentoo-2-87725e6693b9dfc37a26cf6ec98775786dd6e7e4.tar.gz gentoo-2-87725e6693b9dfc37a26cf6ec98775786dd6e7e4.tar.bz2 gentoo-2-87725e6693b9dfc37a26cf6ec98775786dd6e7e4.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-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 |