From dbd9bad3865778581151149e974900cb965ff6f1 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Tue, 27 Apr 2004 22:05:28 +0000 Subject: Add inherit eutils --- eclass/ruby.eclass | 4 +++- eclass/tetex.eclass | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'eclass') 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 # @@ -36,6 +36,8 @@ # if you are using # Author: Mamoru KOMACHI # # A generic eclass to install tetex distributions. -inherit alternatives +inherit alternatives eutils + ECLASS=tetex INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst -- cgit v1.2.3-65-gdbad