From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1502797-garchives=archives.gentoo.org@lists.gentoo.org> 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 9F9E715802F for <garchives@archives.gentoo.org>; Fri, 31 Mar 2023 16:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4612E0817; Fri, 31 Mar 2023 16:37:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CE8E8E0817 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Mar 2023 16:37:23 +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 D436A340FD1 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Mar 2023 16:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 729D6A0E for <gentoo-commits@lists.gentoo.org>; Fri, 31 Mar 2023 16:37:20 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1680280628.4f705c4ebe87797526abfc2f915b50a2a0c0b9ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/mediawiki/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/mediawiki/mediawiki-1.38.6.ebuild X-VCS-Directories: www-apps/mediawiki/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f705c4ebe87797526abfc2f915b50a2a0c0b9ea X-VCS-Branch: master Date: Fri, 31 Mar 2023 16:37:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ace5a5e-315a-4103-af0d-716909b52ec4 X-Archives-Hash: 9334693910533817f5eaea89f553e0a6 commit: 4f705c4ebe87797526abfc2f915b50a2a0c0b9ea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 31 16:37:08 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 31 16:37:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f705c4e www-apps/mediawiki: Stabilize 1.38.6 ALLARCHES, #903626 Signed-off-by: Sam James <sam <AT> gentoo.org> www-apps/mediawiki/mediawiki-1.38.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/mediawiki/mediawiki-1.38.6.ebuild b/www-apps/mediawiki/mediawiki-1.38.6.ebuild index 80568bc8dc57..0589d0cce9c0 100644 --- a/www-apps/mediawiki/mediawiki-1.38.6.ebuild +++ b/www-apps/mediawiki/mediawiki-1.38.6.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://www.mediawiki.org" SRC_URI="http://releases.wikimedia.org/${PN}/${MY_BRANCH}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ppc x86" IUSE="imagemagick mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )"