summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-30 10:53:04 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-30 10:53:04 +0000
commite86f0b216237933825d237d829c306cb87657643 (patch)
tree7c252877e55d38c0b1f1f0355ce244b04c460c72 /media-sound/imp3sh/imp3sh-0.2.3.ebuild
parenttoolchain-funcs eclass goodness for bug #69007. (Manifest recommit) (diff)
downloadgentoo-2-e86f0b216237933825d237d829c306cb87657643.tar.gz
gentoo-2-e86f0b216237933825d237d829c306cb87657643.tar.bz2
gentoo-2-e86f0b216237933825d237d829c306cb87657643.zip
toolchain love for bug #69009.
Diffstat (limited to 'media-sound/imp3sh/imp3sh-0.2.3.ebuild')
-rw-r--r--media-sound/imp3sh/imp3sh-0.2.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/imp3sh/imp3sh-0.2.3.ebuild b/media-sound/imp3sh/imp3sh-0.2.3.ebuild
index e016ffefdc1e..8b0bb3ae4e93 100644
--- a/media-sound/imp3sh/imp3sh-0.2.3.ebuild
+++ b/media-sound/imp3sh/imp3sh-0.2.3.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.11 2004/07/06 08:09:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/imp3sh-0.2.3.ebuild,v 1.12 2004/10/30 10:53:04 eradicator Exp $
IUSE="oggvorbis"
-inherit gnuconfig
+inherit gnuconfig toolchain-funcs
DESCRIPTION="flexible playlist manipulation shell and song player/streamer"
HOMEPAGE="http://www.geocities.com/kman_can/"
@@ -27,7 +27,7 @@ src_unpack() {
src_compile() {
econf || die
- emake CCLD=g++ || die
+ emake CCLD=$(tc-getCXX) || die
}
src_install() {