diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-02-27 14:19:22 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-02-27 14:19:22 +0000 |
commit | 366860f0f6032de7a3b98ea8963af9d586f7fbfd (patch) | |
tree | ca276ec1ed3397f359575d917123dbe5d9a7f044 /eclass/ruby.eclass | |
parent | fix up deps (diff) | |
download | historical-366860f0f6032de7a3b98ea8963af9d586f7fbfd.tar.gz historical-366860f0f6032de7a3b98ea8963af9d586f7fbfd.tar.bz2 historical-366860f0f6032de7a3b98ea8963af9d586f7fbfd.zip |
remove econf, emake, and einstall from EXPORT_FUNCTIONS per bug #124213
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r-- | eclass/ruby.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 9e115d30976d..d8b4c9208801 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.50 2006/01/01 01:14:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.51 2006/02/27 14:19:22 caleb Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -38,7 +38,7 @@ inherit eutils toolchain-funcs -EXPORT_FUNCTIONS src_unpack src_compile src_install econf emake einstall +EXPORT_FUNCTIONS src_unpack src_compile src_install HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=${PN}" SRC_URI="mirror://gentoo/${P}.tar.gz" |