diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-01 11:33:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-01 11:33:58 +0000 |
commit | 76177ba3c7204c83f9ed9c7ae4261bf47bdf6f8f (patch) | |
tree | 67c4fe1812472b59d5c2ff2f10e05744e0368e03 /app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild | |
parent | dev-lang/boo: version bump (diff) | |
download | historical-76177ba3c7204c83f9ed9c7ae4261bf47bdf6f8f.tar.gz historical-76177ba3c7204c83f9ed9c7ae4261bf47bdf6f8f.tar.bz2 historical-76177ba3c7204c83f9ed9c7ae4261bf47bdf6f8f.zip |
Cleanup after bootstrapping. Depend on openmotif explicitely for USE=motif.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild index 77030432236c..4dfc9d322af6 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.7 2008/04/22 17:49:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.8 2008/06/01 11:33:58 ulm Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -40,9 +40,7 @@ RDEPEND="sys-libs/ncurses gtk? ( =x11-libs/gtk+-2* ) !gtk? ( Xaw3d? ( x11-libs/Xaw3d ) - !Xaw3d? ( - motif? ( virtual/motif ) - ) + !Xaw3d? ( motif? ( x11-libs/openmotif ) ) ) )" @@ -144,6 +142,9 @@ src_compile() { ${myconf} || die "econf emacs failed" emake CC="$(tc-getCC)" bootstrap || die "make bootstrap failed" + # cleanup, otherwise emacs will be dumped again in src_install + (cd src; emake versionclean) + emake CC="$(tc-getCC)" || die "emake failed" } src_install () { |