diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:05:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:05:28 +0000 |
commit | dbd9bad3865778581151149e974900cb965ff6f1 (patch) | |
tree | 6e25f7e9638cd35dc8c4ca8da808bcb565e6cd1b /eclass/ruby.eclass | |
parent | (no commit message) (diff) | |
download | historical-dbd9bad3865778581151149e974900cb965ff6f1.tar.gz historical-dbd9bad3865778581151149e974900cb965ff6f1.tar.bz2 historical-dbd9bad3865778581151149e974900cb965ff6f1.zip |
Add inherit eutils
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 ebacdd07c3e9..28b1da7d0cef 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.31 2004/04/26 01:00:34 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.32 2004/04/27 22:05:28 agriffis Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -36,6 +36,8 @@ # if you are using <sys-apps/portage-2.0.49-r17. # PATCHES Space delimited list of patch files. +inherit eutils + ECLASS=ruby INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_unpack src_compile src_install prepall \ |