diff options
-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" |