From 9bc8dd5c4a886ba83a531f04b7e42495cf393984 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 22 Feb 2011 21:57:36 +0000 Subject: x11-libs/vte installs Python module in site-packages directory. --- python-updater | 4 ++-- 1 file 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 -- cgit v1.2.3-65-gdbad