summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Anthony Mobarak <aether@gentoo.org>2003-08-03 05:26:03 +0000
committerJason Anthony Mobarak <aether@gentoo.org>2003-08-03 05:26:03 +0000
commit956357b2977edd18d76844254740c5c35e3abd4f (patch)
treeef0b67cd284d9f5aa4b6b6b310d9165d90455061
parentFixed bug #24737, there was a missing "from time import sleep" (diff)
downloadportage-cvs-956357b2977edd18d76844254740c5c35e3abd4f.tar.gz
portage-cvs-956357b2977edd18d76844254740c5c35e3abd4f.tar.bz2
portage-cvs-956357b2977edd18d76844254740c5c35e3abd4f.zip
nevermind
-rwxr-xr-xbin/repoman3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index 1b4612f..86acf21 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1,14 +1,13 @@
#!/usr/bin/python2.2
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/repoman,v 1.30 2003/08/03 05:21:37 aether Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/repoman,v 1.31 2003/08/03 05:26:03 aether Exp $
# Next to do: dep syntax checking in mask files
# Then, check to make sure deps are satisfiable (to avoid "can't find match for" problems)
# that last one is tricky because multiple profiles need to be checked.
import os,sys
-from time import sleep
exename=os.path.basename(sys.argv[0])
os.environ["PORTAGE_CALLER"]="repoman"
version="1.2"