summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2005-05-30 18:03:13 +0000
committerLars Weiler <pylon@gentoo.org>2005-05-30 18:03:13 +0000
commitb3077761d448c5d51a3a6fbbdcda24ac4f230dd5 (patch)
tree7604441d58b8208588fc295c3ceeaac4a54c253c /app-cdr/bchunk/bchunk-1.1.1.ebuild
parentMoved from gcc.eclass to toolchain-funcs.eclass. (diff)
downloadhistorical-b3077761d448c5d51a3a6fbbdcda24ac4f230dd5.tar.gz
historical-b3077761d448c5d51a3a6fbbdcda24ac4f230dd5.tar.bz2
historical-b3077761d448c5d51a3a6fbbdcda24ac4f230dd5.zip
Changed to toolchain-funcs; bug #92745.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-cdr/bchunk/bchunk-1.1.1.ebuild')
-rw-r--r--app-cdr/bchunk/bchunk-1.1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/bchunk/bchunk-1.1.1.ebuild b/app-cdr/bchunk/bchunk-1.1.1.ebuild
index 8503451f175f..b69c464a48d2 100644
--- a/app-cdr/bchunk/bchunk-1.1.1.ebuild
+++ b/app-cdr/bchunk/bchunk-1.1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.18 2005/01/01 12:07:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.1.1.ebuild,v 1.19 2005/05/30 18:03:13 pylon Exp $
-inherit gcc
+inherit toolchain-funcs
DESCRIPTION="Converts bin/cue CD-images to iso+wav/cdr"
HOMEPAGE="http://hes.iki.fi/bchunk/"
@@ -16,7 +16,7 @@ IUSE=""
DEPEND="virtual/libc"
src_compile() {
- $(gcc-getCC) ${CFLAGS} -o bchunk bchunk.c || die
+ $(tc-getCC) ${CFLAGS} -o bchunk bchunk.c || die
}
src_install() {