diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-10-27 22:46:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-10-27 22:46:11 +0000 |
commit | a1910cd6352a47cfd0cb6dbddbcd1b56a42ab759 (patch) | |
tree | dab7604d0d7f341a04ec850536ebb1b76ede07aa /app-emulation | |
parent | whitespace (diff) | |
download | gentoo-2-a1910cd6352a47cfd0cb6dbddbcd1b56a42ab759.tar.gz gentoo-2-a1910cd6352a47cfd0cb6dbddbcd1b56a42ab759.tar.bz2 gentoo-2-a1910cd6352a47cfd0cb6dbddbcd1b56a42ab759.zip |
whitespace
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild index faa6b88d22f7..166eff08a2b5 100644 --- a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild +++ b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild,v 1.3 2008/10/27 17:19:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.2.ebuild,v 1.4 2008/10/27 22:46:11 mr_bones_ Exp $ EAPI=1 @@ -85,10 +85,10 @@ src_unpack() { # Remove shipped binaries (kBuild,yasm), see bug #232775 rm -rf kBuild/bin tools - # Disable things unused or splitted into separate ebuilds + # Disable things unused or splitted into separate ebuilds cp "${FILESDIR}/${PN}-2-localconfig" LocalConfig.kmk - # Set the right libdir + # Set the right libdir sed -i \ -e "s/MY_LIBDIR/${MY_LIBDIR}/" LocalConfig.kmk \ || die "LocalConfig.kmk sed failed" diff --git a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild index 51f330d0e347..7aa23ccc7d0f 100644 --- a/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild +++ b/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild,v 1.1 2008/10/27 17:19:20 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/virtualbox-ose-2.0.4.ebuild,v 1.2 2008/10/27 22:46:11 mr_bones_ Exp $ EAPI=1 @@ -85,10 +85,10 @@ src_unpack() { # Remove shipped binaries (kBuild,yasm), see bug #232775 rm -rf kBuild/bin tools - # Disable things unused or splitted into separate ebuilds + # Disable things unused or splitted into separate ebuilds cp "${FILESDIR}/${PN}-2-localconfig" LocalConfig.kmk - # Set the right libdir + # Set the right libdir sed -i \ -e "s/MY_LIBDIR/${MY_LIBDIR}/" LocalConfig.kmk \ || die "LocalConfig.kmk sed failed" |