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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3C7215802E for ; Sat, 29 Jun 2024 16:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 312042BC04E; Sat, 29 Jun 2024 16:20:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FBCF2BC07D for ; Sat, 29 Jun 2024 16:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D738334076D for ; Sat, 29 Jun 2024 16:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15D781BC0 for ; Sat, 29 Jun 2024 16:20:41 +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: <1719678023.a98529b27f7af2849205202c5894b7c39ecacc09.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-r2.ebuild X-VCS-Directories: www-apps/bugzilla/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a98529b27f7af2849205202c5894b7c39ecacc09 X-VCS-Branch: master Date: Sat, 29 Jun 2024 16:20:41 +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: 987816e8-9231-4085-8796-bab42f1bff86 X-Archives-Hash: bc3ff969cbea6e0c6ebb26fa2fc065d5 commit: a98529b27f7af2849205202c5894b7c39ecacc09 Author: Sam James gentoo org> AuthorDate: Sat Jun 29 16:20:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 29 16:20:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98529b2 www-apps/bugzilla: Stabilize 5.0.6-r2 amd64, #935131 Signed-off-by: Sam James gentoo.org> www-apps/bugzilla/bugzilla-5.0.6-r2.ebuild | 4 ++-- 1 file 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 )"