diff options
author | Michael Imhof <tantive@gentoo.org> | 2006-10-22 19:49:01 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2006-10-22 19:49:01 +0000 |
commit | 07697a636208da0bb7d506fe8240d3e0ba5d2393 (patch) | |
tree | c3e2b6e07349fe634b37cd2a224eea9195e773bb /sys-power/apcupsd/apcupsd-3.12.2.ebuild | |
parent | Replace deprecated tcltk USE flag with tcl (#152399). (diff) | |
download | historical-07697a636208da0bb7d506fe8240d3e0ba5d2393.tar.gz historical-07697a636208da0bb7d506fe8240d3e0ba5d2393.tar.bz2 historical-07697a636208da0bb7d506fe8240d3e0ba5d2393.zip |
Using emake instead of make. Possibly closes #151896.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'sys-power/apcupsd/apcupsd-3.12.2.ebuild')
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.12.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/apcupsd/apcupsd-3.12.2.ebuild b/sys-power/apcupsd/apcupsd-3.12.2.ebuild index 8a3cc880a05a..4890b96b3d0f 100644 --- a/sys-power/apcupsd/apcupsd-3.12.2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.2.ebuild,v 1.1 2006/03/19 22:49:08 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.2.ebuild,v 1.2 2006/10/22 19:49:01 tantive Exp $ inherit eutils depend.apache @@ -69,7 +69,7 @@ src_compile() { $(use_enable nls) \ ${myconf} \ || die - make || die + emake || die "emake failed" } src_install() { |