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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DA2C15813A for ; Sat, 18 Jan 2025 10:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E99E08D1; Sat, 18 Jan 2025 10:52:05 +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 CC843E08A2 for ; Sat, 18 Jan 2025 10:52:05 +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 DA25833BE19 for ; Sat, 18 Jan 2025 10:52:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 407C62082 for ; Sat, 18 Jan 2025 10:52:03 +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: <1737197490.2383540d48f8ba71ee7c6aa3ee505b032db65ed3.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.14.ebuild X-VCS-Directories: www-apps/nextcloud/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2383540d48f8ba71ee7c6aa3ee505b032db65ed3 X-VCS-Branch: master Date: Sat, 18 Jan 2025 10:52:03 +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: 785e4559-d65e-4c80-93aa-d244ccbeabd0 X-Archives-Hash: 161245e7dfa9fd2a7871a84754384f48 commit: 2383540d48f8ba71ee7c6aa3ee505b032db65ed3 Author: Florian Schmaus gentoo org> AuthorDate: Sat Jan 18 10:47:14 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Jan 18 10:51:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2383540d www-apps/nextcloud: stabilize 28.0.14 for amd64 Signed-off-by: Florian Schmaus gentoo.org> www-apps/nextcloud/nextcloud-28.0.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/nextcloud/nextcloud-28.0.14.ebuild b/www-apps/nextcloud/nextcloud-28.0.14.ebuild index c4a46ad7ae66..89d301510fe7 100644 --- a/www-apps/nextcloud/nextcloud-28.0.14.ebuild +++ b/www-apps/nextcloud/nextcloud-28.0.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )"