From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C357613835A for ; Sat, 15 Aug 2020 06:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8844E085A; Sat, 15 Aug 2020 06:01:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2BE8E085A for ; Sat, 15 Aug 2020 06:01:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CD9934EF75 for ; Sat, 15 Aug 2020 06:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164872FE for ; Sat, 15 Aug 2020 06:01:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1597471232.5b84eaf6360072ad65b53d98bd23915d42fbdaeb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/bugzilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/bugzilla/bugzilla-5.0.6.ebuild X-VCS-Directories: www-apps/bugzilla/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b84eaf6360072ad65b53d98bd23915d42fbdaeb X-VCS-Branch: master Date: Sat, 15 Aug 2020 06:01:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4328b96c-4b93-4afb-a82a-083ff83c019f X-Archives-Hash: 220b79214757324bb8e4006e93c74d18 commit: 5b84eaf6360072ad65b53d98bd23915d42fbdaeb Author: Sam James gentoo org> AuthorDate: Sat Aug 15 06:00:32 2020 +0000 Commit: Sam James gentoo 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 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 )"