diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-05-30 18:03:13 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-05-30 18:03:13 +0000 |
commit | d486974c8be59c622ed9685794cf8ed9d20b1691 (patch) | |
tree | fdff4c966508a933653edb6f48fb65dd0c66cd57 /app-cdr/bchunk | |
parent | Stable on x86 (diff) | |
download | gentoo-2-d486974c8be59c622ed9685794cf8ed9d20b1691.tar.gz gentoo-2-d486974c8be59c622ed9685794cf8ed9d20b1691.tar.bz2 gentoo-2-d486974c8be59c622ed9685794cf8ed9d20b1691.zip |
Changed to toolchain-funcs; bug #92745.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/ChangeLog | 6 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.1.1.ebuild | 6 | ||||
-rw-r--r-- | app-cdr/bchunk/bchunk-1.2.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-cdr/bchunk/ChangeLog b/app-cdr/bchunk/ChangeLog index 69bfc5c5db69..7c45d88ab95b 100644 --- a/app-cdr/bchunk/ChangeLog +++ b/app-cdr/bchunk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-cdr/bchunk # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/ChangeLog,v 1.12 2005/02/12 20:51:21 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/ChangeLog,v 1.13 2005/05/30 18:03:13 pylon Exp $ + + 30 May 2005; Lars Weiler <pylon@gentoo.org> bchunk-1.1.1.ebuild, + bchunk-1.2.0.ebuild: + Changed to toolchain-funcs; bug #92745. 12 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> bchunk-1.2.0.ebuild: Unstable ppc-macos 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() { diff --git a/app-cdr/bchunk/bchunk-1.2.0.ebuild b/app-cdr/bchunk/bchunk-1.2.0.ebuild index b01d92d25fd3..de12d53738a4 100644 --- a/app-cdr/bchunk/bchunk-1.2.0.ebuild +++ b/app-cdr/bchunk/bchunk-1.2.0.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.2.0.ebuild,v 1.4 2005/02/12 20:51:21 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/bchunk/bchunk-1.2.0.ebuild,v 1.5 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://he.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() { |