From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1663453-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 8C12715852A for <garchives@archives.gentoo.org>; Thu, 22 Aug 2024 17:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC0AEE2A91; Thu, 22 Aug 2024 17:15:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C5FEAE2A91 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 17:15:01 +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 1CDEB342FA1 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 17:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ADEE1EFA for <gentoo-commits@lists.gentoo.org>; Thu, 22 Aug 2024 17:14:59 +0000 (UTC) From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1724346886.e620c8ded8233aa285ea23a74a69e71f88897a38.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-29.0.4.ebuild X-VCS-Directories: www-apps/nextcloud/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e620c8ded8233aa285ea23a74a69e71f88897a38 X-VCS-Branch: master Date: Thu, 22 Aug 2024 17:14:59 +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: ce708457-a807-4a9a-adc1-c7548db285a5 X-Archives-Hash: f1acd4c5d84276a72d0c39d3865bbaef commit: e620c8ded8233aa285ea23a74a69e71f88897a38 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Thu Aug 22 17:14:34 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Aug 22 17:14:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e620c8de www-apps/nextcloud: stabilize 29.0.4 for amd64 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> www-apps/nextcloud/nextcloud-29.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/nextcloud/nextcloud-29.0.4.ebuild b/www-apps/nextcloud/nextcloud-29.0.4.ebuild index cdae29e997d4..0c19c34f59e4 100644 --- a/www-apps/nextcloud/nextcloud-29.0.4.ebuild +++ b/www-apps/nextcloud/nextcloud-29.0.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2" S=${WORKDIR}/${PN} LICENSE="AGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+curl +imagemagick mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )"