Summary: | qt4-build.eclass should check for --buildpkgonly before downgrade sanity check | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | alk <konovalov.alexey> |
Component: | Eclasses | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | skrattaren |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
alk
2011-03-18 16:20:07 UTC
The eclass contains: # @MAINTAINER: # Ben de Groot <yngwin@gentoo.org>, # Markos Chandras <hwoarang@gentoo.org>, # Caleb Tennis <caleb@gentoo.org> # Alex Alexander <wired@gentoo.org> Wouldn't that be nicer with @AUTHOR:, with @MAINTAINER: <qt@gentoo.org>? It looks like various eclasses use different approaches - it's just that I would think assigning to qt@ works better than assigning to four separate developers. (In reply to comment #1) > The eclass contains: > > # @MAINTAINER: > # Ben de Groot <yngwin@gentoo.org>, > # Markos Chandras <hwoarang@gentoo.org>, > # Caleb Tennis <caleb@gentoo.org> > # Alex Alexander <wired@gentoo.org> > > Wouldn't that be nicer with @AUTHOR:, with @MAINTAINER: <qt@gentoo.org>? It > looks like various eclasses use different approaches - it's just that I would > think assigning to qt@ works better than assigning to four separate developers. Yes indeed. The sanity check prevents to get a crippled system. The only way to downgrade is to remove Qt altogether and merge again. This is true for source and binary downgrades. So conclusion for binaries is: Remove all x11-libs/qt-* packages and merge those what binpkg wants to merge. |