diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-12-30 20:40:07 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-12-30 20:40:07 +0000 |
commit | f454c4aeb58356f3161b9727cdf7cac687d1db11 (patch) | |
tree | 0b29bfe5f206d51048a0f9481a5d893469960f9e /app-shells/ccsh | |
parent | Stable on sparc, security bug #252567 (diff) | |
download | gentoo-2-f454c4aeb58356f3161b9727cdf7cac687d1db11.tar.gz gentoo-2-f454c4aeb58356f3161b9727cdf7cac687d1db11.tar.bz2 gentoo-2-f454c4aeb58356f3161b9727cdf7cac687d1db11.zip |
QA: Respect CC (bug 243698)
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-shells/ccsh')
-rw-r--r-- | app-shells/ccsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-shells/ccsh/ChangeLog b/app-shells/ccsh/ChangeLog index fc49d2bac078..d9d4f5e57758 100644 --- a/app-shells/ccsh/ChangeLog +++ b/app-shells/ccsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/ccsh -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.11 2007/05/15 09:27:31 bangert Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.12 2008/12/30 20:40:07 angelos Exp $ + + 30 Dec 2008; Christoph Mende <angelos@gentoo.org> ccsh-0.0.4-r2.ebuild: + QA: Respect CC (bug 243698) 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild index 68e6e102edd2..e5ee14e8c616 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.17 2005/01/01 15:57:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.18 2008/12/30 20:40:07 angelos Exp $ + +inherit toolchain-funcs DESCRIPTION="UNIX Shell for people already familiar with the C language" HOMEPAGE="http://ccsh.sourceforge.net/" @@ -11,10 +13,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc" IUSE="" -DEPEND="virtual/libc" - src_compile() { - make CFLAGS="${CFLAGS}" all || die + emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed" } src_install() { |