summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-08-07 00:49:59 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-08-07 00:49:59 +0000
commit1f5dae8f5bf4a2331709ec89e20b4f239bbb2dc1 (patch)
tree3838513099a7a2ff80137cf0bb2fb72906b41e34 /trunk/src
parentfe509e873e4e60350e1dbd932e7131c1fdd8d26d (diff)
downloadgentoolkit-1f5dae8f5bf4a2331709ec89e20b4f239bbb2dc1.tar.gz
Add -X option back for backwards compatibilty (Bug #187366)
svn path=/; revision=428
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild-rewrite5
1 files changed, 5 insertions, 0 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
index 0fd3318..d273449 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
+++ b/trunk/src/revdep-rebuild/revdep-rebuild-rewrite
@@ -266,6 +266,11 @@ get_args() {
VERBOSE=1
EMERGE_OPTIONS+=($1)
;;
+ -X|--package-names)
+ # No longer used, since it is the default.
+ # We accept it for backwards compatibility
+ PACKAGE_NAMES=1
+ ;;
--)
;;
*)