commit:     5b84eaf6360072ad65b53d98bd23915d42fbdaeb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 06:00:32 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 06:00:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b84eaf6

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 <AT> gentoo.org>

 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild 
b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
index 2bd2c9cba55..db9d8def08d 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 )"
 

Reply via email to