diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-28 04:54:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-28 04:54:43 +0000 |
commit | 93c5d7dcae43a570419cc0591db6ad44b1ada702 (patch) | |
tree | a37ff3d8e3ac1b58df0e1a33cd3ad4909e663537 | |
parent | Don't check /usr/lib(32|64)?/debug/ (bug #308579). (diff) | |
download | python-updater-93c5d7dcae43a570419cc0591db6ad44b1ada702.tar.gz python-updater-93c5d7dcae43a570419cc0591db6ad44b1ada702.tar.bz2 python-updater-93c5d7dcae43a570419cc0591db6ad44b1ada702.zip |
app-office/gnumeric, app-office/dia and dev-libs/boost call python_need_rebuild().
-rwxr-xr-x | python-updater | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-updater b/python-updater index 99332f3..2df5f4f 100755 --- a/python-updater +++ b/python-updater @@ -29,7 +29,7 @@ NEW_PYTHON2_VERSION="" NEW_PYTHON3_VERSION="" PKGS_EXCEPTIONS="dev-lang/python sys-apps/portage" -PKGS_MANUAL="app-office/gnumeric app-office/dia dev-libs/boost x11-libs/vte" +PKGS_MANUAL="x11-libs/vte" PRETEND=0 REINSTALL_IDENTICAL_VERSIONS=0 |