diff options
author | 2004-10-30 10:53:04 +0000 | |
---|---|---|
committer | 2004-10-30 10:53:04 +0000 | |
commit | 39cb2275863b9d6dafce64b00b7358806d39f511 (patch) | |
tree | 33bd4861f792c9278abb84da69891e32df8e32fa /media-sound/imp3sh | |
parent | toolchain-funcs eclass goodness for bug #69007. (diff) | |
download | historical-39cb2275863b9d6dafce64b00b7358806d39f511.tar.gz historical-39cb2275863b9d6dafce64b00b7358806d39f511.tar.bz2 historical-39cb2275863b9d6dafce64b00b7358806d39f511.zip |
toolchain love for bug #69009.
Diffstat (limited to 'media-sound/imp3sh')
-rw-r--r-- | media-sound/imp3sh/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/imp3sh/imp3sh-0.2.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/imp3sh/ChangeLog b/media-sound/imp3sh/ChangeLog index a8a78387b999..5861eac65b8e 100644 --- a/media-sound/imp3sh/ChangeLog +++ b/media-sound/imp3sh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/imp3sh # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.7 2004/07/06 08:09:45 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/imp3sh/ChangeLog,v 1.8 2004/10/30 10:53:04 eradicator Exp $ + + 30 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> + imp3sh-0.2.3.ebuild: + toolchain love for bug #69009. 06 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> imp3sh-0.2.3.ebuild: gnuconfig_update 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() { |