Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28169 - gnome-base/gconf ebuilds violate setting $P policy
Summary: gnome-base/gconf ebuilds violate setting $P policy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-08 01:33 UTC by SpanKY
Modified: 2003-09-08 05:21 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 SpanKY gentoo-dev 2003-09-08 01:33:17 UTC
you cannot set the $P variable inside of an ebuild but the following do:
gnome-base/gconf/gconf-2.2.1.ebuild:P=${PN}-${PV}
gnome-base/gconf/gconf-2.2.0.ebuild:P=${PN}-${PV}
gnome-base/gconf/gconf-2.3.3.ebuild:P=${PN}-${PV}
Comment 1 foser (RETIRED) gentoo-dev 2003-09-08 05:21:01 UTC
'should not' , you can see we can.

It works fine and we have never heard anyone having problems with it, but for the sake of esthetics (which i value more than anything)  and policy never-to-be-broken-for-a-good-reason i added some lines to 2.3.3 to be compliant.