diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-07 10:11:57 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-07 10:11:57 +0000 |
commit | b8d6eae07b2aa3f7862c9a120820006b64f917fb (patch) | |
tree | c60a78eb79e32f461547275d4b4a48e19840142b /sci-libs/geos/geos-3.1.1.ebuild | |
parent | Version bump with fix for large ids. Apply fix from jer for bug 348788 by usi... (diff) | |
download | gentoo-2-b8d6eae07b2aa3f7862c9a120820006b64f917fb.tar.gz gentoo-2-b8d6eae07b2aa3f7862c9a120820006b64f917fb.tar.bz2 gentoo-2-b8d6eae07b2aa3f7862c9a120820006b64f917fb.zip |
Change virtual/ruby to a specific implementation.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/geos/geos-3.1.1.ebuild')
-rw-r--r-- | sci-libs/geos/geos-3.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/geos/geos-3.1.1.ebuild b/sci-libs/geos/geos-3.1.1.ebuild index f514f9916b57..594f8ffa4e43 100644 --- a/sci-libs/geos/geos-3.1.1.ebuild +++ b/sci-libs/geos/geos-3.1.1.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/sci-libs/geos/geos-3.1.1.ebuild,v 1.9 2010/06/26 11:50:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-3.1.1.ebuild,v 1.10 2011/01/07 10:11:57 graaff Exp $ EAPI=2 inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris" IUSE="doc python ruby" -RDEPEND="ruby? ( virtual/ruby ) +RDEPEND="ruby? ( =dev-lang/ruby-1.8* ) python? ( virtual/python )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) |