diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-11-03 15:49:09 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-11-03 15:49:09 +0000 |
commit | 8e696f9bfd0b503743f6470c7a88582b79741279 (patch) | |
tree | a773fc054108a73510566cb6351e92074109b568 /dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | |
parent | New beta version (diff) | |
download | gentoo-2-8e696f9bfd0b503743f6470c7a88582b79741279.tar.gz gentoo-2-8e696f9bfd0b503743f6470c7a88582b79741279.tar.bz2 gentoo-2-8e696f9bfd0b503743f6470c7a88582b79741279.zip |
Added RUBY_SLOT variable, which is available from ruby.eclass CVS version 0.11
Diffstat (limited to 'dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild')
-rw-r--r-- | dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild index 720f4ebc27a2..8567c894558e 100644 --- a/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild +++ b/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild,v 1.1 2003/09/20 09:17:05 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-tcpwrap/ruby-tcpwrap-0.6.ebuild,v 1.2 2003/11/03 15:49:09 usata Exp $ inherit ruby @@ -12,7 +12,8 @@ SRC_URI="http://shugo.net/archive/ruby-tcpwrap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86" +RUBY_SLOT="0" +KEYWORDS="alpha ~arm ~hppa ~mips ~sparc x86" DEPEND="dev-lang/ruby net-libs/libident |