summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-13 19:06:31 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-13 19:06:31 +0000
commit759d3df310f3c2ab644ae98f1bca5cab31eda48e (patch)
treee76a45f608fe13f11e6ad6ffa5e7c7a786d1ccb1 /app-shells
parentdont use the deprecated readline function completion_matches (diff)
downloadgentoo-2-759d3df310f3c2ab644ae98f1bca5cab31eda48e.tar.gz
gentoo-2-759d3df310f3c2ab644ae98f1bca5cab31eda48e.tar.bz2
gentoo-2-759d3df310f3c2ab644ae98f1bca5cab31eda48e.zip
use emake
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sash/files/digest-sash-3.7-r12
-rw-r--r--app-shells/sash/sash-3.7-r1.ebuild6
2 files changed, 5 insertions, 3 deletions
diff --git a/app-shells/sash/files/digest-sash-3.7-r1 b/app-shells/sash/files/digest-sash-3.7-r1
index 927cceb6610b..77ec0d6ecf00 100644
--- a/app-shells/sash/files/digest-sash-3.7-r1
+++ b/app-shells/sash/files/digest-sash-3.7-r1
@@ -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
diff --git a/app-shells/sash/sash-3.7-r1.ebuild b/app-shells/sash/sash-3.7-r1.ebuild
index 4c25a40e37b6..894a9352df43 100644
--- a/app-shells/sash/sash-3.7-r1.ebuild
+++ b/app-shells/sash/sash-3.7-r1.ebuild
@@ -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() {