diff options
author | Sam James <sam@gentoo.org> | 2020-08-15 06:00:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-15 06:00:32 +0000 |
commit | 5b84eaf6360072ad65b53d98bd23915d42fbdaeb (patch) | |
tree | ab8997cccf6cf4ca297ddaf0c98cf669490e77dc /www-apps | |
parent | www-apps/bugzilla: drop vulnerable old (diff) | |
download | gentoo-5b84eaf6360072ad65b53d98bd23915d42fbdaeb.tar.gz gentoo-5b84eaf6360072ad65b53d98bd23915d42fbdaeb.tar.bz2 gentoo-5b84eaf6360072ad65b53d98bd23915d42fbdaeb.zip |
www-apps/bugzilla: default +sqlite for RequiredUseDefaults
It's best to not impose a choice on the user immediately
when they try to install the software. Let's pick the most
lightweight option from: ( mysql postgres sqlite ).
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild b/www-apps/bugzilla/bugzilla-5.0.6.ebuild index 2bd2c9cba55b..db9d8def08d9 100644 --- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.bugzilla.org" LICENSE="MPL-2.0" KEYWORDS="amd64 x86" -IUSE="apache2 doc mysql postgres sqlite test" +IUSE="apache2 doc mysql postgres +sqlite test" RESTRICT="!test? ( test )" REQUIRED_USE="|| ( mysql postgres sqlite )" |