diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-05 12:07:24 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-05 12:07:24 +0000 |
commit | 34453ff59cb8f82526c4cfe0de6f054a14c5471d (patch) | |
tree | ffaf0ebbed938a5821b0afcad17df3872f222605 /app-emacs/tramp | |
parent | Stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-34453ff59cb8f82526c4cfe0de6f054a14c5471d.tar.gz gentoo-2-34453ff59cb8f82526c4cfe0de6f054a14c5471d.tar.bz2 gentoo-2-34453ff59cb8f82526c4cfe0de6f054a14c5471d.zip |
Added src_compile() back.
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/tramp-2.1.2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-emacs/tramp/tramp-2.1.2.ebuild b/app-emacs/tramp/tramp-2.1.2.ebuild index c19a9555eea9..403d9a3179fc 100644 --- a/app-emacs/tramp/tramp-2.1.2.ebuild +++ b/app-emacs/tramp/tramp-2.1.2.ebuild @@ -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/app-emacs/tramp/tramp-2.1.2.ebuild,v 1.2 2004/10/03 18:28:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.2.ebuild,v 1.3 2004/10/05 12:07:24 usata Exp $ inherit elisp @@ -15,6 +15,12 @@ IUSE="" DEPEND="virtual/emacs" +# this is needed; elisp.eclass redefines src_compile() from portage default +src_compile() { + econf || die + emake || die +} + src_install() { dodir /usr/share/info dodir /usr/share/emacs/etc |