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 7582C158020 for ; Fri, 28 Oct 2022 03:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDF42E084A; Fri, 28 Oct 2022 03:45:31 +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 8EEE7E084A for ; Fri, 28 Oct 2022 03:45:31 +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 01B8B34104E for ; Fri, 28 Oct 2022 03:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91EC461D for ; Fri, 28 Oct 2022 03:45:28 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1666928678.5f81dc8408b96186a58eeebe3406ad0d8f48b06f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/wordpress/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/wordpress/wordpress-6.0.3.ebuild X-VCS-Directories: www-apps/wordpress/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 5f81dc8408b96186a58eeebe3406ad0d8f48b06f X-VCS-Branch: master Date: Fri, 28 Oct 2022 03:45:28 +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: 833b95e9-e00e-40b5-ae68-3f084d739230 X-Archives-Hash: 4135a6b01e5e3d864f498b4a53b1522a commit: 5f81dc8408b96186a58eeebe3406ad0d8f48b06f Author: Chris Su lesscrowds org> AuthorDate: Thu Oct 27 07:03:47 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Oct 28 03:44:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f81dc84 www-apps/wordpress: Keyword 6.0.3 riscv, #878433 Signed-off-by: Chris Su lesscrowds.org> Closes: https://github.com/gentoo/gentoo/pull/27971 Signed-off-by: Jakov Smolić gentoo.org> www-apps/wordpress/wordpress-6.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/wordpress/wordpress-6.0.3.ebuild b/www-apps/wordpress/wordpress-6.0.3.ebuild index 6ea3e4bf16ad..8955ca92a330 100644 --- a/www-apps/wordpress/wordpress-6.0.3.ebuild +++ b/www-apps/wordpress/wordpress-6.0.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wordpress.org/" SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND="virtual/httpd-php || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"