summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-02 20:20:26 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-02 20:20:26 +0000
commit90c9096b44157d156e39dc05364241796a6bb771 (patch)
tree0bc32a958174af772e7a0d6b6e2d9ec9c96e4695 /dev-libs
parentStable on amd64 wrt bug #376893 (diff)
downloadgentoo-2-90c9096b44157d156e39dc05364241796a6bb771.tar.gz
gentoo-2-90c9096b44157d156e39dc05364241796a6bb771.tar.bz2
gentoo-2-90c9096b44157d156e39dc05364241796a6bb771.zip
Stable on amd64 wrt bug #376893
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/redland/ChangeLog5
-rw-r--r--dev-libs/redland/redland-1.0.10-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/redland/ChangeLog b/dev-libs/redland/ChangeLog
index 63e07216359d..3a7c52672947 100644
--- a/dev-libs/redland/ChangeLog
+++ b/dev-libs/redland/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/redland
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.83 2011/07/29 10:27:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.84 2011/08/02 20:20:26 hwoarang Exp $
+
+ 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> redland-1.0.10-r2.ebuild:
+ Stable on amd64 wrt bug #376893
29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> -redland-1.0.13.ebuild:
[This is a placeholder. Please ignore.]
diff --git a/dev-libs/redland/redland-1.0.10-r2.ebuild b/dev-libs/redland/redland-1.0.10-r2.ebuild
index 33a922bef2f0..9d58fc3ee3cc 100644
--- a/dev-libs/redland/redland-1.0.10-r2.ebuild
+++ b/dev-libs/redland/redland-1.0.10-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.10-r2.ebuild,v 1.6 2010/10/23 18:14:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.10-r2.ebuild,v 1.7 2011/08/02 20:20:26 hwoarang Exp $
EAPI=3
inherit autotools eutils
@@ -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"
RDEPEND="mysql? ( virtual/mysql )