Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482202 - app-portage/portpeek-2.1.9 should depend on sys-apps/portage[${PYTHON_USEDEP}]
Summary: app-portage/portpeek-2.1.9 should depend on sys-apps/portage[${PYTHON_USEDEP}]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Pagano
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2013-08-23 11:04 UTC by Sergey Popov
Modified: 2013-08-26 15:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Popov gentoo-dev 2013-08-23 11:04:38 UTC
phantom ~ # eix ^portage$
[I] sys-apps/portage
     Available versions:  [M]2.1.6.7_p1 2.1.11.62 2.1.12.2 ~2.2.0 **9999 {{build doc epydoc +ipc less linguas_pl linguas_ru pypy2_0 python2 python3 python_targets_pypy1_9 python_targets_pypy2_0 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 selinux xattr}}
     Installed versions:  2.1.12.2(14:12:27 22.06.2013)(ipc linguas_ru python_targets_python2_7 -build -doc -epydoc -linguas_pl -pypy2_0 -python2 -python3 -python_targets_pypy1_9 -python_targets_pypy2_0 -python_targets_python2_6 -python_targets_python3_1 -python_targets_python3_2 -python_targets_python3_3 -python_targets_python3_4 -selinux -xattr)
     Homepage:            http://www.gentoo.org/proj/en/portage/index.xml
     Description:         Portage is the package management and distribution system for Gentoo

phantom ~ # eix ^portpeek$
[I] app-portage/portpeek
     Available versions:  2.0.24 2.0.25 ~2.1.8 (~)2.1.9 {{python_single_target_python2_7 python_single_target_python3_2 python_targets_python2_7 python_targets_python3_2}}
     Installed versions:  2.1.9(15:02:09 23.08.2013)(python_single_target_python3_2 python_targets_python3_2 -python_single_target_python2_7 -python_targets_python2_7)
     Homepage:            http://www.mpagano.com/blog/?page_id=3
     Description:         A helper program for maintaining the package.keyword and package.unmask files

phantom ~ # eselect python list
Available Python interpreters:
  [1]   python2.7
  [2]   python3.2 *

phantom ~ # portpeek -a
Traceback (most recent call last):
  File "/usr/bin/portpeek", line 23, in <module>
    import sys, os, portage, fileinput, re, gentoolkit
ImportError: No module named portage

phantom ~ # eselect python set 1

and now - portpeek runs fine
Comment 1 Mike Pagano gentoo-dev 2013-08-26 15:12:33 UTC
Fixed thanks to jlec