Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/
Date: Sat, 15 Aug 2020 06:01:15
Message-Id: 1597471232.5b84eaf6360072ad65b53d98bd23915d42fbdaeb.sam@gentoo
1 commit: 5b84eaf6360072ad65b53d98bd23915d42fbdaeb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 06:00:32 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 06:00:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b84eaf6
7
8 www-apps/bugzilla: default +sqlite for RequiredUseDefaults
9
10 It's best to not impose a choice on the user immediately
11 when they try to install the software. Let's pick the most
12 lightweight option from: ( mysql postgres sqlite ).
13
14 Package-Manager: Portage-3.0.2, Repoman-2.3.23
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
21 index 2bd2c9cba55..db9d8def08d 100644
22 --- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
23 +++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
24 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.bugzilla.org"
25 LICENSE="MPL-2.0"
26 KEYWORDS="amd64 x86"
27
28 -IUSE="apache2 doc mysql postgres sqlite test"
29 +IUSE="apache2 doc mysql postgres +sqlite test"
30 RESTRICT="!test? ( test )"
31 REQUIRED_USE="|| ( mysql postgres sqlite )"