diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-22 10:22:47 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-22 10:22:47 +0000 |
commit | 800825f0bd8a4f6376ffdba595a79ceec609e731 (patch) | |
tree | 231c9829e4bb5af9c3ac0252667d4084e6ce7467 /sys-devel/bin86 | |
parent | filter out -O3 flag, replace with -O2 flag. Also, replaced the head && mv sta... (diff) | |
download | historical-800825f0bd8a4f6376ffdba595a79ceec609e731.tar.gz historical-800825f0bd8a4f6376ffdba595a79ceec609e731.tar.bz2 historical-800825f0bd8a4f6376ffdba595a79ceec609e731.zip |
Set IUSE= to null
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.16.13.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/bin86/Manifest b/sys-devel/bin86/Manifest index 6e182fbb2d5b..c7983c9f182d 100644 --- a/sys-devel/bin86/Manifest +++ b/sys-devel/bin86/Manifest @@ -1,5 +1,5 @@ MD5 bf7eb578efdf30ce4990f1704bad1137 bin86-0.16.11-r1.ebuild 833 -MD5 8a094c7d6a5cd309f347faf6bab9989f bin86-0.16.13.ebuild 819 +MD5 5a9211a044872c6058e7663c6050be72 bin86-0.16.13.ebuild 817 MD5 40129b241b62b2757740c9dbddc3c700 bin86-0.15.5.ebuild 766 MD5 3e58174f4d1fdc3edfc37f47cfc0ca72 bin86-0.16.0.ebuild 745 MD5 ce45857126b30fcf22b7cbd5744fbdb5 ChangeLog 1808 diff --git a/sys-devel/bin86/bin86-0.16.13.ebuild b/sys-devel/bin86/bin86-0.16.13.ebuild index 308457b6017e..f904511ae416 100644 --- a/sys-devel/bin86/bin86-0.16.13.ebuild +++ b/sys-devel/bin86/bin86-0.16.13.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.13.ebuild,v 1.2 2004/01/07 20:59:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.13.ebuild,v 1.3 2004/03/22 10:22:47 aliz Exp $ -IUSE= +IUSE="" S="${WORKDIR}/${P}" DESCRIPTION="Assembler and loader used to create kernel bootsector" |