diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-07-13 23:39:43 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-07-13 23:39:43 +0000 |
commit | 1051f875d2edb31df4e6b28ab6c604ca0a2cae69 (patch) | |
tree | 44b321e0cfa235ecf058e4f75d7a150ef4c05f33 /sys-apps | |
parent | closes bug #24407 (diff) | |
download | gentoo-2-1051f875d2edb31df4e6b28ab6c604ca0a2cae69.tar.gz gentoo-2-1051f875d2edb31df4e6b28ab6c604ca0a2cae69.tar.bz2 gentoo-2-1051f875d2edb31df4e6b28ab6c604ca0a2cae69.zip |
gcc call -> emake
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/linux32/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/linux32/linux32-1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/linux32/Manifest b/sys-apps/linux32/Manifest index 6baaaf718517..03d4243a8751 100644 --- a/sys-apps/linux32/Manifest +++ b/sys-apps/linux32/Manifest @@ -1,3 +1,3 @@ -MD5 71492697c714ffe08477abf13bb3a83f linux32-1.0.ebuild 714 -MD5 14884256e35061947235ee5f157a2d7c ChangeLog 244 +MD5 088a59cfe5e56dc4cf1e9e5d3e4c7b00 linux32-1.0.ebuild 718 +MD5 7584ba22c4083fb5a147366f53e11e76 ChangeLog 335 MD5 c5a46361e6c1f30e842435a34749acd8 files/digest-linux32-1.0 61 diff --git a/sys-apps/linux32/linux32-1.0.ebuild b/sys-apps/linux32/linux32-1.0.ebuild index 2ab18965f955..7926ec39f934 100644 --- a/sys-apps/linux32/linux32-1.0.ebuild +++ b/sys-apps/linux32/linux32-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/linux32-1.0.ebuild,v 1.1 2003/07/13 22:55:22 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/linux32-1.0.ebuild,v 1.2 2003/07/13 23:39:39 drobbins Exp $ DESCRIPTION="A utility that allows AMD64 code to run in an environment so that the uname() call returns non-AMD64-specific info" HOMEPAGE="ftp://ftp.x86-64.org/pub/linux-x86_64/tools/linux32/" @@ -11,7 +11,7 @@ LICENSE="GPL-2" src_compile() { cd ${S} - gcc ${CFLAGS} linux32.c -o linux32 + emake linux32 } src_install() { |