Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255953 - udev-9999: Wrong homepage due to git eclass
Summary: udev-9999: Wrong homepage due to git eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: udev maintainers
URL: http://packages.gentoo.org/package/sy...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 06:21 UTC by Martin von Gagern
Modified: 2009-01-22 11: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 Martin von Gagern 2009-01-22 06:21:31 UTC
$ eix -e udev | grep Homepage
     Homepage:            http://git.or.cz/

Cause of this trouble is that
1. udev-9999.ebuild inherits git after setting HOMEPAGE and
2. git.eclass sets HOMEPAGE even if it has been set before.
Either of these should be fixed in order to get correct homepage information.
http://packages.gentoo.org/package/sys-fs/udev is affected as well.
Comment 1 Matthias Schwarzott gentoo-dev 2009-01-22 11:19:24 UTC
Moved HOMEPAGE setting after inherit.