diff options
Diffstat (limited to 'sys-apps/memtester')
-rw-r--r-- | sys-apps/memtester/memtester-4.0.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-apps/memtester/memtester-4.0.3.ebuild b/sys-apps/memtester/memtester-4.0.3.ebuild index d5fdfd61ff50..c42783c8bce5 100644 --- a/sys-apps/memtester/memtester-4.0.3.ebuild +++ b/sys-apps/memtester/memtester-4.0.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtester/memtester-4.0.3.ebuild,v 1.3 2004/09/03 21:03:24 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/memtester/memtester-4.0.3.ebuild,v 1.4 2005/05/16 02:30:36 vapier Exp $ -inherit fixheadtails gcc +inherit fixheadtails toolchain-funcs DESCRIPTION="Memory testing utility" HOMEPAGE="http://www.qcc.sk.ca/~charlesc/software/memtester/" @@ -10,7 +10,7 @@ SRC_URI="http://www.qcc.sk.ca/~charlesc/software/memtester/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~amd64" +KEYWORDS="~amd64 ppc ~sparc ~x86" IUSE="" DEPEND="" @@ -18,7 +18,7 @@ DEPEND="" src_unpack() { unpack ${A} cd ${S} - echo "$(gcc-getCC) ${CFLAGS} -DPOSIX -c" > conf-cc + echo "$(tc-getCC) ${CFLAGS} -DPOSIX -c" > conf-cc ht_fix_file Makefile } |