diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-13 19:06:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-13 19:06:31 +0000 |
commit | 5f518e2c65a7194c65c3dec16b4254258caa0511 (patch) | |
tree | d3a55beeedf91356295bce7251f07204912bb1bf /app-shells/sash | |
parent | dont use the deprecated readline function completion_matches (diff) | |
download | historical-5f518e2c65a7194c65c3dec16b4254258caa0511.tar.gz historical-5f518e2c65a7194c65c3dec16b4254258caa0511.tar.bz2 historical-5f518e2c65a7194c65c3dec16b4254258caa0511.zip |
use emake
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'app-shells/sash')
-rw-r--r-- | app-shells/sash/files/digest-sash-3.7-r1 | 2 | ||||
-rw-r--r-- | app-shells/sash/sash-3.7-r1.ebuild | 6 |
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() { |