summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-22 21:57:36 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-22 21:57:36 +0000
commit9bc8dd5c4a886ba83a531f04b7e42495cf393984 (patch)
tree15a108d4a3a87d72fc95859cffeee7608ac5ec64
parentUpdate PYTHON_ABIS check. (diff)
downloadpython-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-xpython-updater4
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