Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481012 - app-office/akonadi-server: use readme.gentoo.eclass instead of ewarn
Summary: app-office/akonadi-server: use readme.gentoo.eclass instead of ewarn
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: Normal enhancement
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-14 09:17 UTC by Ben de Groot (RETIRED)
Modified: 2013-09-14 19: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 Ben de Groot (RETIRED) gentoo-dev 2013-08-14 09:17:37 UTC
I've made an informed choice, and I really don't need mysql on my system. So on my next update I would prefer not to see that ewarn noise again. Please use the readme.gentoo.eclass method to inform users about this instead.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2013-08-14 09:28:23 UTC
if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then

Is that correct logic? I didn't think the intention was to warn everyone forever.
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2013-09-14 19:21:16 UTC
(In reply to Michael Palimaka (kensington) from comment #1)
> if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then
> 
> Is that correct logic? I didn't think the intention was to warn everyone
> forever.