summaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
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
+ ;;
--)
;;
*)