diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2003-03-03 18:25:52 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2003-03-03 18:25:52 +0000 |
commit | 3f1fa9b3de67944fcafc6a7800eefc5a5eae7117 (patch) | |
tree | ff0e61e0a713a6afd768ce6d4154f16f278c2938 /sys-apps | |
parent | libgd fixes #14255 (diff) | |
download | gentoo-2-3f1fa9b3de67944fcafc6a7800eefc5a5eae7117.tar.gz gentoo-2-3f1fa9b3de67944fcafc6a7800eefc5a5eae7117.tar.bz2 gentoo-2-3f1fa9b3de67944fcafc6a7800eefc5a5eae7117.zip |
quick fix for trivial message.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/files/repoman-2.0.47-r8.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/portage/files/repoman-2.0.47-r8.diff b/sys-apps/portage/files/repoman-2.0.47-r8.diff new file mode 100644 index 000000000000..5138c614d2c9 --- /dev/null +++ b/sys-apps/portage/files/repoman-2.0.47-r8.diff @@ -0,0 +1,11 @@ +--- repoman 2003-03-03 12:21:11.000000000 -0600 ++++ repoman.new 2003-03-03 12:20:39.000000000 -0600 +@@ -129,7 +129,7 @@ + + try: # Determine if we're in PORTDIR... If not tell portage to accomodate. + mydir=os.getcwd() +- if mydir!=portage.settings["PORTDIR"][:len(mydir)]: ++ if portage.settings["PORTDIR"]!=mydir[:len(portage.settings["PORTDIR"])]: + # We're not in the PORTDIR + print + print darkred("We're not in PORTDIR..."), |