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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DA7B158094 for ; Sat, 20 Aug 2022 04:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC1FAE07D8; Sat, 20 Aug 2022 04:31:02 +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 B14B5E07D8 for ; Sat, 20 Aug 2022 04:31:02 +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 58FA0341082 for ; Sat, 20 Aug 2022 04:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC85957D for ; Sat, 20 Aug 2022 04:30:59 +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: <1660969795.13ce14a98a131c9e85ef0ffece5803c7cb530420.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nextcloud/nextcloud-23.0.7.ebuild X-VCS-Directories: www-apps/nextcloud/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 13ce14a98a131c9e85ef0ffece5803c7cb530420 X-VCS-Branch: master Date: Sat, 20 Aug 2022 04:30:59 +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: 3895f9eb-4181-46f9-91c4-81e13b806840 X-Archives-Hash: 58e6b95fd3ae9e8698ba8036ffdd1518 commit: 13ce14a98a131c9e85ef0ffece5803c7cb530420 Author: Sam James gentoo org> AuthorDate: Sat Aug 20 04:29:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 20 04:29:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ce14a9 www-apps/nextcloud: Stabilize 23.0.7 ALLARCHES, #865813 Signed-off-by: Sam James gentoo.org> www-apps/nextcloud/nextcloud-23.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/nextcloud/nextcloud-23.0.7.ebuild b/www-apps/nextcloud/nextcloud-23.0.7.ebuild index ae0486c3b736..0ab3ad7bfed8 100644 --- a/www-apps/nextcloud/nextcloud-23.0.7.ebuild +++ b/www-apps/nextcloud/nextcloud-23.0.7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://nextcloud.com/" SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2" LICENSE="AGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="+curl +imagemagick mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )"