Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/
Date: Tue, 28 Feb 2023 21:22:01
Message-Id: 1677619306.e74c6bcd74b7cf919336fe3d7a45a66ea7d7bd52.sam@gentoo
1 commit: e74c6bcd74b7cf919336fe3d7a45a66ea7d7bd52
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 21:21:46 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 21:21:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74c6bcd
7
8 www-apps/nextcloud: Stabilize 25.0.3 ALLARCHES, #898472
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-apps/nextcloud/nextcloud-25.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/nextcloud/nextcloud-25.0.3.ebuild b/www-apps/nextcloud/nextcloud-25.0.3.ebuild
16 index e9db891d0021..7371c62df6fa 100644
17 --- a/www-apps/nextcloud/nextcloud-25.0.3.ebuild
18 +++ b/www-apps/nextcloud/nextcloud-25.0.3.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="https://nextcloud.com/"
20 SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
21 LICENSE="AGPL-3"
22
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 x86"
25 IUSE="+curl +imagemagick mysql postgres +sqlite"
26 REQUIRED_USE="|| ( mysql postgres sqlite )"