Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512708 - app-portage/gentoolkit: Missing ${PYTHON_USEDEP} on portage dependency
Summary: app-portage/gentoolkit: Missing ${PYTHON_USEDEP} on portage dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-08 06:55 UTC by Johann Schmitz (ercpe) (RETIRED)
Modified: 2021-11-24 14:19 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 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2014-06-08 06:55:50 UTC
app-portage/gentoolkit has the dependency to portage defined as

  DEPEND="sys-apps/portage"

This can lead to a situation where gentoolkit is installed for PYTHON_TARGETS which aren't enabled on sys-apps/portage.

The dependency should read

  DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-11-24 14:19:31 UTC
~/gentoo/gentoo $ grep sys-apps/portage app-portage/gentoolkit/*ebuild
app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild:      sys-apps/portage[${PYTHON_USEDEP}]"
app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild:      sys-apps/portage[${PYTHON_USEDEP}]"
app-portage/gentoolkit/gentoolkit-9999.ebuild:  sys-apps/portage[${PYTHON_USEDEP}]"