aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-11-06 18:07:17 +0000
committerNed Ludd <solar@gentoo.org>2005-11-06 18:07:17 +0000
commitb0701d976813a1c836e247da0b272735c3c10b45 (patch)
tree32dbab477019cee9bee03a05ad4b565fe2d19028 /.depend
parent- dont chdir to describe use flags, Do it this way so we can describe use fla... (diff)
downloadportage-utils-b0701d976813a1c836e247da0b272735c3c10b45.tar.gz
portage-utils-b0701d976813a1c836e247da0b272735c3c10b45.tar.bz2
portage-utils-b0701d976813a1c836e247da0b272735c3c10b45.zip
- add new applet qgrep. grep alike util for ebuilds. New global -Q flag to suppress warnings and errors. Reworked quse_describe_flag() to take a 3rd arg, this allows us to reuse the function for other things. equery u <pkgspec> comes to mind. Update all the manpages.
Diffstat (limited to '.depend')
-rw-r--r--.depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/.depend b/.depend
index 476dd3cc..4371f41b 100644
--- a/.depend
+++ b/.depend
@@ -2,4 +2,4 @@ main.o: main.c libq/libq.c libq/busybox.h libq/xmalloc.c libq/xstrdup.c \
libq/xasprintf.c libq/hash_fd.c libq/md5_sha1_sum.c \
libq/human_readable.c libq/atom_explode.c libq/virtuals.c applets.h q.c \
qcheck.c qdepends.c qfile.c qlist.c qlop.c qsearch.c qsize.c qtbz2.c \
- quse.c qxpak.c qpkg.c
+ quse.c qxpak.c qpkg.c qgrep.c