use emake
authorMike Frysinger <vapier@gentoo.org>
Sat, 13 Jan 2007 19:06:31 +0000 (19:06 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 13 Jan 2007 19:06:31 +0000 (19:06 +0000)
Package-Manager: portage-2.1.2_rc4-r8

app-shells/sash/files/digest-sash-3.7-r1
app-shells/sash/sash-3.7-r1.ebuild

index 927cceb6610b7a79637c0368001c63fb1555653f..77ec0d6ecf004ae1e953dee291462cc983a04663 100644 (file)
@@ -1 +1,3 @@
 MD5 ee7c7ed5aad76599974d016a6f201ef4 sash-3.7.tar.gz 50337
+RMD160 d89a4798e451215f8505d5033b07f1cf173d3823 sash-3.7.tar.gz 50337
+SHA256 352726adb9736ba5a9b459d5c8a7d7c3b2c36cc99363adccc25a8a991d719c7f sash-3.7.tar.gz 50337
index 4c25a40e37b69c8575582d4a079ac9bf1e084a88..894a9352df43d22ec3459f94708fe10ee3573f35 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7-r1.ebuild,v 1.1 2005/07/30 06:14:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.7-r1.ebuild,v 1.2 2007/01/13 19:06:31 vapier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -35,7 +35,7 @@ src_unpack() {
 }
 
 src_compile() {
-       make CC="$(tc-getCC)" || die
+       emake CC="$(tc-getCC)" || die
 }
 
 src_install() {