Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582966 - [TRACKER] DESTTREE and INSDESTTREE directly accessed from ebuilds
Summary: [TRACKER] DESTTREE and INSDESTTREE directly accessed from ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 566480 582972 582974 582976 582982 582984 582986
Blocks: 173630
  Show dependency tree
 
Reported: 2016-05-14 07:30 UTC by Michał Górny
Modified: 2017-01-19 18:47 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-14 07:30:15 UTC
Both variables are pretty much intended to be an internal implementation design rather than reusable EAPI features. So:

DESTTREE -> into
INSDESTTREE -> insinto
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-14 07:32:59 UTC
Also it can be noted that some ebuilds read DESTTREE assuming it will default to /usr. While that's a case, I don't think PMS guarantees that (vs empty implicit).
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-05-14 10:02:28 UTC
Looks like all uses are gone now.