diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-22 21:57:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-22 21:57:36 +0000 |
commit | 9bc8dd5c4a886ba83a531f04b7e42495cf393984 (patch) | |
tree | 15a108d4a3a87d72fc95859cffeee7608ac5ec64 | |
parent | Update PYTHON_ABIS check. (diff) | |
download | python-updater-9bc8dd5c4a886ba83a531f04b7e42495cf393984.tar.gz python-updater-9bc8dd5c4a886ba83a531f04b7e42495cf393984.tar.bz2 python-updater-9bc8dd5c4a886ba83a531f04b7e42495cf393984.zip |
x11-libs/vte installs Python module in site-packages directory.
-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 |