Add -X option back for backwards compatibilty (Bug #187366)
authorfuzzyray <fuzzyray@gentoo.org>
Tue, 7 Aug 2007 00:49:59 +0000 (00:49 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Tue, 7 Aug 2007 00:49:59 +0000 (00:49 -0000)
svn path=/; revision=428

trunk/ChangeLog
trunk/src/revdep-rebuild/revdep-rebuild-rewrite

index be504870ce6ce31489dd4af8a690fa4640a5887f..8a71eaca6102beab248999e01b9a5124402ddadd 100644 (file)
@@ -1,5 +1,7 @@
 2007-08-06: Paul Varner <fuzzyray@gentoo.org>
        * revdep-rebuild: Fix processing of .la files (Bug #187453)
+       * revdep-rebuild: Add -X option back for backwards compatibilty (Bug
+       #187366)
 
 2007-07-30: Paul Varner <fuzzyray@gentoo.org>
        * revdep-rebuild: Fix grepping for non-existant package-owners file
index 0fd331835675aedb19b7f1d0cc83e0fe6ebea3f4..d273449e9598463445289cefd107cad38fb7fd67 100755 (executable)
@@ -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
+                       ;;
                --)
                        ;;
                *)