Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377113 - dev-lang/ekopath should not use ${PV} in path name
Summary: dev-lang/ekopath should not use ${PV} in path name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Kacper Kowalik (Xarthisius) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-30 20:59 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-07-31 07:53 UTC (History)
1 user (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2011-07-30 20:59:55 UTC
You don't want for PATH to be invalidated at each update, especially since they are snapshots, and you don't want to break scripts/makefiles simply because it was updated.
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2011-07-31 07:53:30 UTC
+*ekopath-4.0.10_pre20110717-r1 (31 Jul 2011)
+
+  31 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  -ekopath-4.0.10_pre20110717.ebuild, +ekopath-4.0.10_pre20110717-r1.ebuild:
+  Use PN rather than P in path, in order not to break things relying on
+  compiler location on every update. Fixes bug 377113 by Diego Elio Pettenò
+  <flameeyes@gentoo.org>