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: Wed, 02 Nov 2022 21:25:44
Message-Id: 1667424329.0bf1ab66462d95574e9cbb2a70dd116cca709448.sam@gentoo
1 commit: 0bf1ab66462d95574e9cbb2a70dd116cca709448
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 2 21:25:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 21:25:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf1ab66
7
8 www-apps/nextcloud: Stabilize 24.0.6 ALLARCHES, #879203
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-apps/nextcloud/nextcloud-24.0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/nextcloud/nextcloud-24.0.6.ebuild b/www-apps/nextcloud/nextcloud-24.0.6.ebuild
16 index e35dd132e50a..4eb1821d041c 100644
17 --- a/www-apps/nextcloud/nextcloud-24.0.6.ebuild
18 +++ b/www-apps/nextcloud/nextcloud-24.0.6.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 )"