diff options
author | 2012-02-16 00:40:43 +0000 | |
---|---|---|
committer | 2012-02-16 00:40:43 +0000 | |
commit | b7bdf540cff11df62b303c7540e82ca1c6ca26aa (patch) | |
tree | 54450696a0c4ddaf46420110b231a8a0322c9fd5 /x11-terms | |
parent | Use unpacker eclass for xz tarballs. (diff) | |
download | gentoo-2-b7bdf540cff11df62b303c7540e82ca1c6ca26aa.tar.gz gentoo-2-b7bdf540cff11df62b303c7540e82ca1c6ca26aa.tar.bz2 gentoo-2-b7bdf540cff11df62b303c7540e82ca1c6ca26aa.zip |
make -> emake.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 7 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-1.2-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index fe6b8f65c135..fefe403d85fd 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/root-tail -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.44 2010/09/17 04:17:18 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.45 2012/02/16 00:40:43 jer Exp $ + + 16 Feb 2012; Jeroen Roovers <jer@gentoo.org> root-tail-1.2-r3.ebuild: + make -> emake. *root-tail-1.2-r3 (17 Sep 2010) diff --git a/x11-terms/root-tail/root-tail-1.2-r3.ebuild b/x11-terms/root-tail/root-tail-1.2-r3.ebuild index e8f88a648353..d5df0074c30c 100644 --- a/x11-terms/root-tail/root-tail-1.2-r3.ebuild +++ b/x11-terms/root-tail/root-tail-1.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r3.ebuild,v 1.1 2010/09/17 04:17:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-1.2-r3.ebuild,v 1.2 2012/02/16 00:40:43 jer Exp $ EAPI="2" @@ -42,6 +42,6 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install install.man || die "make install failed" + emake DESTDIR="${D}" install install.man || die "make install failed" dodoc Changes README } |