diff options
author | Tom William Payne <twp@gentoo.org> | 2004-09-02 11:17:15 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-09-02 11:17:15 +0000 |
commit | 2186c42dcdfe2f36a30fa25c418d8a1e1d4f9be6 (patch) | |
tree | 8c0760e216eb53ac943bfb5ff5cf116a415f79b3 /dev-ruby/wxruby/wxruby-0.5.ebuild | |
parent | ppc stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-2186c42dcdfe2f36a30fa25c418d8a1e1d4f9be6.tar.gz gentoo-2-2186c42dcdfe2f36a30fa25c418d8a1e1d4f9be6.tar.bz2 gentoo-2-2186c42dcdfe2f36a30fa25c418d8a1e1d4f9be6.zip |
Update dependencies after wxGTK patch
Diffstat (limited to 'dev-ruby/wxruby/wxruby-0.5.ebuild')
-rw-r--r-- | dev-ruby/wxruby/wxruby-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/wxruby/wxruby-0.5.ebuild b/dev-ruby/wxruby/wxruby-0.5.ebuild index abde9bce9900..d8f4feccc121 100644 --- a/dev-ruby/wxruby/wxruby-0.5.ebuild +++ b/dev-ruby/wxruby/wxruby-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.5.ebuild,v 1.1 2004/08/29 15:50:27 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/wxruby/wxruby-0.5.ebuild,v 1.2 2004/09/02 11:17:15 twp Exp $ MY_P="${PN}-${PV}-src" DESCRIPTION="Ruby language bindings for the wxWidgets GUI toolkit" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" IUSE="unicode" DEPEND=">=dev-lang/ruby-1.8 - >=x11-libs/wxGTK-2.4.1" + >=x11-libs/wxGTK-2.4.2-r3" S=${WORKDIR}/${MY_P} pkg_setup() { |