diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-09-13 21:53:49 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-14 17:24:04 +0200 |
commit | d100d035e72e0e9124eba7ece048d7d5fb2c0968 (patch) | |
tree | 672b63b669817b4874c998c287a62e124f1d71c8 /www-apps | |
parent | virtual/httpd-cgi: Keyword 0-r4 riscv, #869923 (diff) | |
download | gentoo-d100d035e72e0e9124eba7ece048d7d5fb2c0968.tar.gz gentoo-d100d035e72e0e9124eba7ece048d7d5fb2c0968.tar.bz2 gentoo-d100d035e72e0e9124eba7ece048d7d5fb2c0968.zip |
www-apps/bugzilla: Keyword 5.0.6-r1 riscv, #869923
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild index e74645a9f179..a148712eba8b 100644 --- a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/webtools/${P}.tar.gz" HOMEPAGE="https://www.bugzilla.org" LICENSE="MPL-2.0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~riscv x86" IUSE="apache2 doc mysql postgres +sqlite test" RESTRICT="!test? ( test )" |