Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/
Date: Thu, 03 Feb 2022 09:21:29
Message-Id: 1643880068.bd6edc8e51b4fb375d73cd889ffeef99d1183d37.jsmolic@gentoo
1 commit: bd6edc8e51b4fb375d73cd889ffeef99d1183d37
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 09:21:08 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 09:21:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6edc8e
7
8 www-apps/nextcloud: Stabilize 23.0.0 ALLARCHES, #831263
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 www-apps/nextcloud/nextcloud-23.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-apps/nextcloud/nextcloud-23.0.0.ebuild b/www-apps/nextcloud/nextcloud-23.0.0.ebuild
16 index ab3ba8e01bc4..b398da7a1cb9 100644
17 --- a/www-apps/nextcloud/nextcloud-23.0.0.ebuild
18 +++ b/www-apps/nextcloud/nextcloud-23.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ HOMEPAGE="https://nextcloud.com/"
26 SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
27 LICENSE="AGPL-3"
28
29 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
30 +KEYWORDS="amd64 ~arm ~arm64 x86"
31 IUSE="+curl +imagemagick mysql postgres +sqlite"
32 REQUIRED_USE="|| ( mysql postgres sqlite )"