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 4D1B0158013 for ; Fri, 8 Dec 2023 16:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6285C2BC032; Fri, 8 Dec 2023 16:29:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B81A2BC035 for ; Fri, 8 Dec 2023 16:29:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96DD2340836 for ; Fri, 8 Dec 2023 16:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48908148F for ; Fri, 8 Dec 2023 16:29:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1702052977.00452e9f94e29b3567a76de2b5b0f9227de7ac57.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/phpBB/phpBB-3.3.11.ebuild X-VCS-Directories: www-apps/phpBB/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 00452e9f94e29b3567a76de2b5b0f9227de7ac57 X-VCS-Branch: master Date: Fri, 8 Dec 2023 16:29:44 +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: 574bac05-ca85-433b-b56e-2cbb86c2465b X-Archives-Hash: e45d12d6873cdf9d5679cb495665e39c commit: 00452e9f94e29b3567a76de2b5b0f9227de7ac57 Author: Matoro Mahri matoro tk> AuthorDate: Fri Dec 8 16:25:57 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 8 16:29:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00452e9f www-apps/phpBB: unkeyword 3.3.11 for ~alpha Bug: https://bugs.gentoo.org/873523 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Arthur Zamarin gentoo.org> www-apps/phpBB/phpBB-3.3.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/phpBB/phpBB-3.3.11.ebuild b/www-apps/phpBB/phpBB-3.3.11.ebuild index 93c405ca422c..16cb73080509 100644 --- a/www-apps/phpBB/phpBB-3.3.11.ebuild +++ b/www-apps/phpBB/phpBB-3.3.11.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="An open-source PHP-based bulletin board package" HOMEPAGE="https://www.phpbb.com/" SRC_URI="https://download.phpbb.com/pub/release/$(ver_cut 1-2)/${PV}/${P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86" IUSE="ftp gd mssql mysqli postgres sqlite zlib" REQUIRED_USE="|| ( mssql mysqli postgres sqlite )"