diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:51:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:51:42 +0000 |
commit | 6495482ff6cd5b752354dff024c409f35f2b7486 (patch) | |
tree | 6072aeed06667c2b2c0bcc4719c15fbb7e0352fe /sys-devel/bin86 | |
parent | whitespace (diff) | |
download | gentoo-2-6495482ff6cd5b752354dff024c409f35f2b7486.tar.gz gentoo-2-6495482ff6cd5b752354dff024c409f35f2b7486.tar.bz2 gentoo-2-6495482ff6cd5b752354dff024c409f35f2b7486.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/bin86-0.16.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/bin86/bin86-0.16.17.ebuild b/sys-devel/bin86/bin86-0.16.17.ebuild index 554051a17f67..1f93dd766d2f 100644 --- a/sys-devel/bin86/bin86-0.16.17.ebuild +++ b/sys-devel/bin86/bin86-0.16.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.4 2005/12/29 23:28:26 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.5 2007/06/26 02:51:42 mr_bones_ Exp $ inherit toolchain-funcs eutils @@ -23,7 +23,7 @@ src_unpack() { -e '/^INSTALL_OPTS/s:-s::' \ Makefile || die "sed" - # This should make it built on other archictectures as well + # This should make it built on other archictectures as well use amd64 && epatch ${FILESDIR}/${P}-amd64-build.patch } |