diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:38:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:38:37 +0000 |
commit | 9c43342c1fbf056b9ffd273f4ee9397361c425d7 (patch) | |
tree | d1347d87eef3552c9c26cd893292683c089b6623 /app-cdr | |
parent | paying respect to mjn3 and his DEDICATION to his wife in the docs (Manifest r... (diff) | |
download | gentoo-2-9c43342c1fbf056b9ffd273f4ee9397361c425d7.tar.gz gentoo-2-9c43342c1fbf056b9ffd273f4ee9397361c425d7.tar.bz2 gentoo-2-9c43342c1fbf056b9ffd273f4ee9397361c425d7.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdrtools/cdrtools-2.01_alpha28-r1.ebuild | 4 | ||||
-rw-r--r-- | app-cdr/cdrtools/cdrtools-2.01_alpha33.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/cdrtools/cdrtools-2.01_alpha28-r1.ebuild b/app-cdr/cdrtools/cdrtools-2.01_alpha28-r1.ebuild index 61b6a947b888..6a25b6bed7fa 100644 --- a/app-cdr/cdrtools/cdrtools-2.01_alpha28-r1.ebuild +++ b/app-cdr/cdrtools/cdrtools-2.01_alpha28-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01_alpha28-r1.ebuild,v 1.11 2004/07/11 03:08:24 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01_alpha28-r1.ebuild,v 1.12 2004/07/13 22:38:37 agriffis Exp $ inherit eutils gcc gnuconfig @@ -42,7 +42,7 @@ src_unpack() { } src_compile() { - use ppc64 && gnuconfig_update + gnuconfig_update emake CC="$(gcc-getCC) -D__attribute_const__=const" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die } diff --git a/app-cdr/cdrtools/cdrtools-2.01_alpha33.ebuild b/app-cdr/cdrtools/cdrtools-2.01_alpha33.ebuild index c6d4a33b0e32..28ad4f88987e 100644 --- a/app-cdr/cdrtools/cdrtools-2.01_alpha33.ebuild +++ b/app-cdr/cdrtools/cdrtools-2.01_alpha33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01_alpha33.ebuild,v 1.1 2004/07/12 22:51:38 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-2.01_alpha33.ebuild,v 1.2 2004/07/13 22:38:37 agriffis Exp $ inherit eutils gcc gnuconfig @@ -40,7 +40,7 @@ src_unpack() { } src_compile() { - use ppc64 && gnuconfig_update + gnuconfig_update emake CC="$(gcc-getCC) -D__attribute_const__=const" COPTX="${CFLAGS}" CPPOPTX="${CPPFLAGS}" LDOPTX="${LDFLAGS}" || die } |