summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-08-15 06:00:32 +0000
committerSam James <sam@gentoo.org>2020-08-15 06:00:32 +0000
commit5b84eaf6360072ad65b53d98bd23915d42fbdaeb (patch)
treeab8997cccf6cf4ca297ddaf0c98cf669490e77dc
parentwww-apps/bugzilla: drop vulnerable old (diff)
downloadgentoo-5b84eaf6.tar.gz
gentoo-5b84eaf6.tar.bz2
gentoo-5b84eaf6.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>
-rw-r--r--www-apps/bugzilla/bugzilla-5.0.6.ebuild2
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 )"