summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2005-12-07 18:38:51 +0000
committerfuzzyray <fuzzyray@gentoo.org>2005-12-07 18:38:51 +0000
commit217d00e13b8c04b182344995f22c5a89fe1d5b9c (patch)
tree23f1977297c91674946a1d81909cb24ce3314078 /trunk/src
parentc52ae13c40e613230fd33ed93cd8553b489f0713 (diff)
downloadgentoolkit-217d00e13b8c04b182344995f22c5a89fe1d5b9c.tar.gz
Clarify error msg for Bug #113423. Make partial name searches the default for Bug #113134
svn path=/; revision=264
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/equery/equery4
1 files changed, 3 insertions, 1 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery
index 8807ee0..0945cf8 100755
--- a/trunk/src/equery/equery
+++ b/trunk/src/equery/equery
@@ -1160,7 +1160,6 @@ class CmdListPackages(Command):
opts["includeMasked"] = 0
elif x in ["-f", "--full-regex"]:
opts["regex"] = 1
- opts["exact"] = 1
elif x in ["-e", "--exact-name"]:
opts["exact"] = 1
elif x in ["-d", "--duplicates"]:
@@ -1648,6 +1647,9 @@ if __name__ == "__main__":
print_error(" > >= = <= <")
print_error("Example to only match gcc versions greater or equal 3.2:")
print_error(" >=sys-devel/gcc-3.2")
+ print_error("")
+ print_error("Note: The symbols > and < are used for redirection in the shell")
+ print_error("and must be quoted if either one is used.")
else:
print_error("Internal portage error, terminating")