diff options
author | Olivier Crête <tester@gentoo.org> | 2003-07-27 19:37:51 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-07-27 19:37:51 +0000 |
commit | ec88c62564eca930aef2878681884877113ae6a3 (patch) | |
tree | 4b7ba5638b5771485807eeea684a25a255656d7b /sys-apps/linux32 | |
parent | remove Werror from build (diff) | |
download | gentoo-2-ec88c62564eca930aef2878681884877113ae6a3.tar.gz gentoo-2-ec88c62564eca930aef2878681884877113ae6a3.tar.bz2 gentoo-2-ec88c62564eca930aef2878681884877113ae6a3.zip |
unmask linux32/linux64 on x86 too
Diffstat (limited to 'sys-apps/linux32')
-rw-r--r-- | sys-apps/linux32/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/linux32/linux32-1.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/linux32/Manifest b/sys-apps/linux32/Manifest index 03d4243a8751..2b66246e9461 100644 --- a/sys-apps/linux32/Manifest +++ b/sys-apps/linux32/Manifest @@ -1,3 +1,3 @@ -MD5 088a59cfe5e56dc4cf1e9e5d3e4c7b00 linux32-1.0.ebuild 718 +MD5 77417fd18ed72959faa957bd9aafbcd2 linux32-1.0.ebuild 720 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 7926ec39f934..76e9424b3a55 100644 --- a/sys-apps/linux32/linux32-1.0.ebuild +++ b/sys-apps/linux32/linux32-1.0.ebuild @@ -1,12 +1,12 @@ # 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.2 2003/07/13 23:39:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/linux32-1.0.ebuild,v 1.3 2003/07/27 19:37:46 tester 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/" SRC_URI="mirror://${P}.tar.gz" SLOT="0" -KEYWORDS="-* amd64" +KEYWORDS="-* amd64 x86" LICENSE="GPL-2" src_compile() { |