diff options
author | 2007-07-15 02:25:03 +0000 | |
---|---|---|
committer | 2007-07-15 02:25:03 +0000 | |
commit | 5cfb12c74fd27e77bb0975ba9afbc793dffd6013 (patch) | |
tree | 6c507c406ec00202c9a2cb10caad29dfe7aafa1e /sys-boot/arcload | |
parent | whitespace (diff) | |
download | historical-5cfb12c74fd27e77bb0975ba9afbc793dffd6013.tar.gz historical-5cfb12c74fd27e77bb0975ba9afbc793dffd6013.tar.bz2 historical-5cfb12c74fd27e77bb0975ba9afbc793dffd6013.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sys-boot/arcload')
-rw-r--r-- | sys-boot/arcload/arcload-0.43-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-boot/arcload/arcload-0.50.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys-boot/arcload/arcload-0.43-r1.ebuild b/sys-boot/arcload/arcload-0.43-r1.ebuild index d5f9de6cdbd1..61abc543251c 100644 --- a/sys-boot/arcload/arcload-0.43-r1.ebuild +++ b/sys-boot/arcload/arcload-0.43-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.43-r1.ebuild,v 1.3 2007/07/02 15:29:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.43-r1.ebuild,v 1.4 2007/07/15 02:25:03 mr_bones_ Exp $ inherit eutils toolchain-funcs @@ -14,7 +14,6 @@ IUSE="" DEPEND="sys-boot/dvhtool" RESTRICT="strip" - pkg_setup() { # See if we're on a cobalt system if [ "${PROFILE_ARCH}" = "cobalt" ]; then diff --git a/sys-boot/arcload/arcload-0.50.ebuild b/sys-boot/arcload/arcload-0.50.ebuild index b1b97c23ca25..b5eb3a238856 100644 --- a/sys-boot/arcload/arcload-0.50.ebuild +++ b/sys-boot/arcload/arcload-0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.50.ebuild,v 1.4 2007/07/02 15:29:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.50.ebuild,v 1.5 2007/07/15 02:25:03 mr_bones_ Exp $ inherit eutils toolchain-funcs @@ -18,7 +18,6 @@ DEPEND="sys-boot/dvhtool" RESTRICT="strip" S="${WORKDIR}/${PN}-${MY_PV}" - pkg_setup() { # See if we're on a cobalt system if [ "${PROFILE_ARCH}" = "cobalt" ]; then |