diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-08-07 00:49:59 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-08-07 00:49:59 +0000 |
| commit | 1f5dae8f5bf4a2331709ec89e20b4f239bbb2dc1 (patch) | |
| tree | 3838513099a7a2ff80137cf0bb2fb72906b41e34 /trunk | |
| parent | fe509e873e4e60350e1dbd932e7131c1fdd8d26d (diff) | |
| download | gentoolkit-1f5dae8f5bf4a2331709ec89e20b4f239bbb2dc1.tar.gz | |
Add -X option back for backwards compatibilty (Bug #187366)
svn path=/; revision=428
Diffstat (limited to 'trunk')
| -rw-r--r-- | trunk/ChangeLog | 2 | ||||
| -rwxr-xr-x | trunk/src/revdep-rebuild/revdep-rebuild-rewrite | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog index be50487..8a71eac 100644 --- a/trunk/ChangeLog +++ b/trunk/ChangeLog @@ -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 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 + ;; --) ;; *) |
