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 05:52:30
Message-Id: 1597470742.09129e1e646546ac9489ed59a6ed5f2cdaecf800.sam@gentoo
1 commit: 09129e1e646546ac9489ed59a6ed5f2cdaecf800
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 05:49:22 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 05:52:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09129e1e
7
8 www-apps/bugzilla: Stabilize 5.0.6 x86, #712706
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-apps/bugzilla/bugzilla-5.0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/bugzilla/bugzilla-5.0.6.ebuild b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
16 index 9f82c76592f..2bd2c9cba55 100644
17 --- a/www-apps/bugzilla/bugzilla-5.0.6.ebuild
18 +++ b/www-apps/bugzilla/bugzilla-5.0.6.ebuild
19 @@ -10,7 +10,7 @@ SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz"
20 HOMEPAGE="https://www.bugzilla.org"
21
22 LICENSE="MPL-2.0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 IUSE="apache2 doc mysql postgres sqlite test"
27 RESTRICT="!test? ( test )"