diff options
author | Dror Levin <spatz@gentoo.org> | 2011-01-25 19:27:02 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2011-01-25 19:27:02 +0000 |
commit | 04313414c43c11cccf399d6b86d56ee6ceb4d53c (patch) | |
tree | fbfea997eaa5beabe9f7addf5da871e485a6aaad | |
parent | Version bump. (diff) | |
download | gentoo-2-04313414c43c11cccf399d6b86d56ee6ceb4d53c.tar.gz gentoo-2-04313414c43c11cccf399d6b86d56ee6ceb4d53c.tar.bz2 gentoo-2-04313414c43c11cccf399d6b86d56ee6ceb4d53c.zip |
Update raptor dep.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
-rw-r--r-- | dev-libs/redland/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/redland/redland-1.0.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/redland/ChangeLog b/dev-libs/redland/ChangeLog index 237896274d39..1e05a062c6f5 100644 --- a/dev-libs/redland/ChangeLog +++ b/dev-libs/redland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/redland -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.77 2010/10/27 22:16:45 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.78 2011/01/25 19:27:02 spatz Exp $ + + 25 Jan 2011; Dror Levin <spatz@gentoo.org> redland-1.0.12.ebuild: + Update raptor dep. 27 Oct 2010; Markus Meier <maekke@gentoo.org> redland-1.0.12.ebuild: add ~arm, bug #341149 diff --git a/dev-libs/redland/redland-1.0.12.ebuild b/dev-libs/redland/redland-1.0.12.ebuild index 8dc2cc492e46..a071669204a9 100644 --- a/dev-libs/redland/redland-1.0.12.ebuild +++ b/dev-libs/redland/redland-1.0.12.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.12.ebuild,v 1.3 2010/10/27 22:16:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.12.ebuild,v 1.4 2011/01/25 19:27:02 spatz Exp $ EAPI=3 inherit libtool @@ -22,7 +22,7 @@ RDEPEND=">=sys-devel/libtool-2.2.6 xml? ( dev-libs/libxml2 ) !xml? ( dev-libs/expat ) ssl? ( dev-libs/openssl ) - >=media-libs/raptor-1.9.0 + media-libs/raptor:2 >=dev-libs/rasqal-0.9.20 postgres? ( dev-db/postgresql-base ) iodbc? ( dev-db/libiodbc ) |