diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:36:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 17:36:56 +0000 |
commit | 5e582b29fc62debc30645858c6858e60ba5006eb (patch) | |
tree | ecb5c37d786c20f04dbc6179cf76cbb42cc9d712 /sys-apps/linux32 | |
parent | stable on alpha and ia64 (diff) | |
download | historical-5e582b29fc62debc30645858c6858e60ba5006eb.tar.gz historical-5e582b29fc62debc30645858c6858e60ba5006eb.tar.bz2 historical-5e582b29fc62debc30645858c6858e60ba5006eb.zip |
sync IUSE (missing)
Diffstat (limited to 'sys-apps/linux32')
-rw-r--r-- | sys-apps/linux32/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/linux32/linux32-1.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/linux32/ChangeLog b/sys-apps/linux32/ChangeLog index 40a88b5fc8b3..9057ff6033d2 100644 --- a/sys-apps/linux32/ChangeLog +++ b/sys-apps/linux32/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/linux32 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/ChangeLog,v 1.2 2004/06/24 22:13:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/ChangeLog,v 1.3 2004/06/30 17:30:50 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> linux32-1.0.ebuild: + sync IUSE (missing) *linux32-1.0 (13 Jul 2003) diff --git a/sys-apps/linux32/linux32-1.0.ebuild b/sys-apps/linux32/linux32-1.0.ebuild index 3e2034004fa9..8ced17d9432e 100644 --- a/sys-apps/linux32/linux32-1.0.ebuild +++ b/sys-apps/linux32/linux32-1.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # 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.4 2004/06/24 22:13:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/linux32/linux32-1.0.ebuild,v 1.5 2004/06/30 17:30:50 agriffis 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 x86" +IUSE="" LICENSE="GPL-2" src_compile() { |