summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-05 19:44:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-05 19:44:54 +0000
commit8fa3e0128c30dad0066da09c5215d693610bdba8 (patch)
tree80166169ee73e8cf6c0c85c2587f6dd6ae07e9b6 /sys-apps
parentstable on ppc gdsla: 70138 (Manifest recommit) (diff)
downloadgentoo-2-8fa3e0128c30dad0066da09c5215d693610bdba8.tar.gz
gentoo-2-8fa3e0128c30dad0066da09c5215d693610bdba8.tar.bz2
gentoo-2-8fa3e0128c30dad0066da09c5215d693610bdba8.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/portage/portage-2.0.51-r2.ebuild4
-rw-r--r--sys-apps/portage/portage-2.0.51-r3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/portage/portage-2.0.51-r2.ebuild b/sys-apps/portage/portage-2.0.51-r2.ebuild
index f3372681e41e..5c242c8859e0 100644
--- a/sys-apps/portage/portage-2.0.51-r2.ebuild
+++ b/sys-apps/portage/portage-2.0.51-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51-r2.ebuild,v 1.4 2004/10/28 16:13:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51-r2.ebuild,v 1.5 2004/11/05 19:44:09 mr_bones_ Exp $
inherit flag-o-matic toolchain-funcs
@@ -190,7 +190,7 @@ pkg_preinst() {
mv "${T}"/{sandbox,tbz2tool} "${IMAGE}"/usr/lib/portage/bin/
fi
fi
-
+
# If we return true, then we don't have HIGHEST_PROTOCOL.
# We need to modify the source for this case.
if python -c "import cPickle,sys; sys.exit('HIGHEST_PROTOCOL' in dir(cPickle))"; then
diff --git a/sys-apps/portage/portage-2.0.51-r3.ebuild b/sys-apps/portage/portage-2.0.51-r3.ebuild
index e88dcfd413d4..927b5572bd78 100644
--- a/sys-apps/portage/portage-2.0.51-r3.ebuild
+++ b/sys-apps/portage/portage-2.0.51-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51-r3.ebuild,v 1.2 2004/11/05 10:27:54 carpaski Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.51-r3.ebuild,v 1.3 2004/11/05 19:44:09 mr_bones_ Exp $
IUSE="build selinux"
inherit flag-o-matic
@@ -185,7 +185,7 @@ pkg_preinst() {
mv "${T}"/{sandbox,tbz2tool} "${IMAGE}"/usr/lib/portage/bin/
fi
fi
-
+
# If we return true, then we don't have HIGHEST_PROTOCOL.
# We need to modify the source for this case.
if python -c "import cPickle,sys; sys.exit('HIGHEST_PROTOCOL' in dir(cPickle))"; then