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 | 490109dca664be85a0ccd9374c228431974b8745 (patch) | |
tree | 8c72bde57df353767caf7c48afbd7bd3982d8af2 /eclass/ruby.eclass | |
parent | Stable x86. Removing old ebiuld. (diff) | |
download | historical-490109dca664be85a0ccd9374c228431974b8745.tar.gz historical-490109dca664be85a0ccd9374c228431974b8745.tar.bz2 historical-490109dca664be85a0ccd9374c228431974b8745.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" |