diff options
author | 2012-05-24 20:36:10 +0000 | |
---|---|---|
committer | 2012-05-24 20:36:10 +0000 | |
commit | 9a82bd568c293f7131ef6170a8593d63c49c9079 (patch) | |
tree | 1bde22631325fc46e14aaa0749ba8c25df7ca2ad /sci-libs/geos | |
parent | Version bump, fix tidy-support, add static-libs USE flag, drop old. (diff) | |
download | gentoo-2-9a82bd568c293f7131ef6170a8593d63c49c9079.tar.gz gentoo-2-9a82bd568c293f7131ef6170a8593d63c49c9079.tar.bz2 gentoo-2-9a82bd568c293f7131ef6170a8593d63c49c9079.zip |
Depends on php[-threads] wrt bug#415023.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/geos')
-rw-r--r-- | sci-libs/geos/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/geos/geos-3.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index 48d4d08070dc..94ccce7fb990 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.63 2012/05/24 16:25:05 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.64 2012/05/24 20:36:10 scarabeus Exp $ + + 24 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> geos-3.3.3.ebuild: + Depends on php[-threads] wrt bug#415023. *geos-3.3.3 (24 May 2012) diff --git a/sci-libs/geos/geos-3.3.3.ebuild b/sci-libs/geos/geos-3.3.3.ebuild index 5d5d616ee2ce..563d39274a32 100644 --- a/sci-libs/geos/geos-3.3.3.ebuild +++ b/sci-libs/geos/geos-3.3.3.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/sci-libs/geos/geos-3.3.3.ebuild,v 1.1 2012/05/24 16:25:05 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.3.3.ebuild,v 1.2 2012/05/24 20:36:10 scarabeus Exp $ EAPI=4 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc php python ruby static-libs" -RDEPEND="php? ( dev-lang/php:5.3 ) +RDEPEND="php? ( dev-lang/php:5.3[-threads] ) ruby? ( dev-lang/ruby )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) |