diff options
author | Sam James <sam@gentoo.org> | 2024-06-29 17:20:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-29 17:20:23 +0100 |
commit | a98529b27f7af2849205202c5894b7c39ecacc09 (patch) | |
tree | 6a22e43e8948abb4cac48110e8801bf63321bf93 /www-apps | |
parent | sys-devel/binutils: bump 2.42-r2 to patchset 5, reverts some gentoo-specific ... (diff) | |
download | gentoo-a98529b27f7af2849205202c5894b7c39ecacc09.tar.gz gentoo-a98529b27f7af2849205202c5894b7c39ecacc09.tar.bz2 gentoo-a98529b27f7af2849205202c5894b7c39ecacc09.zip |
www-apps/bugzilla: Stabilize 5.0.6-r2 amd64, #935131
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild b/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild index 9a6cfac2b3f6..1647f18799bf 100644 --- a/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" IUSE="apache2 doc mysql postgres +sqlite test" RESTRICT="!test? ( test )" |