diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-11 00:35:03 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-11 00:35:03 +0000 |
commit | e99364c606cab8468afd4f5d9036b08e6822a946 (patch) | |
tree | 1b467446bddc3420cd72f82729bc9331b9c927bf /dev-lang/ruby/ruby-1.8.4-r3.ebuild | |
parent | add inherit eutils (diff) | |
download | gentoo-2-e99364c606cab8468afd4f5d9036b08e6822a946.tar.gz gentoo-2-e99364c606cab8468afd4f5d9036b08e6822a946.tar.bz2 gentoo-2-e99364c606cab8468afd4f5d9036b08e6822a946.zip |
moved from USE flag tcltk to tk, see bug 17808
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-lang/ruby/ruby-1.8.4-r3.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-1.8.4-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ruby/ruby-1.8.4-r3.ebuild b/dev-lang/ruby/ruby-1.8.4-r3.ebuild index 9b5edb044e4d..d2ce499d1fbe 100644 --- a/dev-lang/ruby/ruby-1.8.4-r3.ebuild +++ b/dev-lang/ruby/ruby-1.8.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.4-r3.ebuild,v 1.15 2007/01/31 14:40:50 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.4-r3.ebuild,v 1.16 2007/02/11 00:35:03 opfer Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -17,7 +17,7 @@ SRC_URI="mirror://ruby/${PV%.*}/${P/_pre/-preview}.tar.gz LICENSE="Ruby" SLOT="1.8" KEYWORDS="~alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="socks5 tcltk cjk doc threads examples ipv6 debug" +IUSE="socks5 tk cjk doc threads examples ipv6 debug" RESTRICT="confcache" RDEPEND="virtual/libc @@ -25,7 +25,7 @@ RDEPEND="virtual/libc >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 socks5? ( >=net-proxy/dante-1.1.13 ) - tcltk? ( dev-lang/tk ) + tk? ( dev-lang/tk ) >=dev-ruby/ruby-config-0.3 !=dev-lang/ruby-cvs-1.8* !dev-ruby/rdoc |