diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 17:45:09 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 17:45:09 +0000 |
commit | 38c0dc9d43fa6a59377f192e5e2f8937b56294ec (patch) | |
tree | 12f4e9fe85d2c2d712520257eb3a5d383ce73bea /eclass/ruby.eclass | |
parent | Stable x86. Removing old ebiuld. (Manifest recommit) (diff) | |
download | gentoo-2-38c0dc9d43fa6a59377f192e5e2f8937b56294ec.tar.gz gentoo-2-38c0dc9d43fa6a59377f192e5e2f8937b56294ec.tar.bz2 gentoo-2-38c0dc9d43fa6a59377f192e5e2f8937b56294ec.zip |
Define default IUSE
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r-- | eclass/ruby.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index d2fd8851b30d..24631b11e605 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.29 2004/04/24 13:39:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.30 2004/04/25 17:45:09 usata Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -44,6 +44,8 @@ EXPORT_FUNCTIONS src_unpack src_compile src_install prepall \ HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=${PN}" SRC_URI="mirror://gentoo/${P}.tar.gz" +IUSE="${IUSE}" + SLOT="0" LICENSE="Ruby" |