diff options
-rwxr-xr-x | python-updater | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-updater b/python-updater index f40f23f..29b1913 100755 --- a/python-updater +++ b/python-updater @@ -1,6 +1,6 @@ #!/bin/bash # vim: set et sw=4 sts=4 tw=80: -# Copyright 2007-2010 Gentoo Foundation +# Copyright 2007-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # A bit of hackery to update everything that is humanly possible @@ -29,7 +29,7 @@ NEW_PYTHON2_VERSION="" NEW_PYTHON3_VERSION="" PKGS_EXCEPTIONS="dev-lang/python sys-apps/portage" -PKGS_MANUAL="x11-libs/vte" +PKGS_MANUAL="" PRETEND=0 REINSTALL_IDENTICAL_VERSIONS=0 |