diff options
author | 2006-08-24 01:21:16 +0000 | |
---|---|---|
committer | 2006-08-24 01:21:16 +0000 | |
commit | 10f0d1f6cba3b1189127856e9bd43a4f562366fa (patch) | |
tree | ba46db3709e2e642247d1128610c42ed65d64864 /sci-libs/geos | |
parent | fixed stop part of init (diff) | |
download | gentoo-2-10f0d1f6cba3b1189127856e9bd43a4f562366fa.tar.gz gentoo-2-10f0d1f6cba3b1189127856e9bd43a4f562366fa.tar.bz2 gentoo-2-10f0d1f6cba3b1189127856e9bd43a4f562366fa.zip |
Added RUBY_OPTIONAL to prevent ruby from being pulled in by the eclass for USE='-ruby' (see bug #139322).
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'sci-libs/geos')
-rw-r--r-- | sci-libs/geos/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/geos/geos-2.2.2-r1.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog index eaecea945497..1d460c785019 100644 --- a/sci-libs/geos/ChangeLog +++ b/sci-libs/geos/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/geos # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.17 2006/07/08 08:34:16 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.18 2006/08/24 01:21:16 markusle Exp $ + + 24 Aug 2006; Markus Dittrich <markusle@gentoo.org> geos-2.2.2-r1.ebuild: + Added RUBY_OPTIONAL to prevent ruby from being pulled in by + the eclass for USE='-ruby'. Thanks to Emiliano Vavassori + <syntaxerrormmm@gmail.com> for the fix (see bug #139322). 08 Jul 2006; Markus Rothe <corsair@gentoo.org> geos-2.2.1.ebuild: Stable on ppc64 diff --git a/sci-libs/geos/geos-2.2.2-r1.ebuild b/sci-libs/geos/geos-2.2.2-r1.ebuild index 21e96eb2e194..6ec79657c365 100644 --- a/sci-libs/geos/geos-2.2.2-r1.ebuild +++ b/sci-libs/geos/geos-2.2.2-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.2-r1.ebuild,v 1.1 2006/07/04 17:00:09 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.2-r1.ebuild,v 1.2 2006/08/24 01:21:16 markusle Exp $ + +USE_RUBY="ruby18" +RUBY_OPTIONAL="yes" inherit eutils distutils autotools kde-functions ruby toolchain-funcs @@ -12,7 +15,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="static doc python ruby" -USE_RUBY="ruby18" RDEPEND="virtual/libc" DEPEND="${RDEPEND} |