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 1697A1581D3 for ; Thu, 30 May 2024 09:44:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAFF1E2A3A; Thu, 30 May 2024 09:44:56 +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 C5809E2A3A for ; Thu, 30 May 2024 09:44:56 +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 AEBEE343089 for ; Thu, 30 May 2024 09:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 154ED170A for ; Thu, 30 May 2024 09:44:54 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1717062260.0ecae040e887b7b0f1cd450230da446ef5a1623f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nextcloud/nextcloud-28.0.5.ebuild X-VCS-Directories: www-apps/nextcloud/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0ecae040e887b7b0f1cd450230da446ef5a1623f X-VCS-Branch: master Date: Thu, 30 May 2024 09:44:54 +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: 787648c7-4073-424f-8b34-804b50ea7c5e X-Archives-Hash: 241419c10c99857e80347828be59893f commit: 0ecae040e887b7b0f1cd450230da446ef5a1623f Author: Florian Schmaus gentoo org> AuthorDate: Thu May 30 09:44:20 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu May 30 09:44:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecae040 www-apps/nextcloud: stabilize 28.0.5 for amd64 Signed-off-by: Florian Schmaus gentoo.org> www-apps/nextcloud/nextcloud-28.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/nextcloud/nextcloud-28.0.5.ebuild b/www-apps/nextcloud/nextcloud-28.0.5.ebuild index c4a46ad7ae66..4f716823001e 100644 --- a/www-apps/nextcloud/nextcloud-28.0.5.ebuild +++ b/www-apps/nextcloud/nextcloud-28.0.5.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 )"