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: Sun, 31 Jan 2021 18:48:38
Message-Id: 1612118869.b7f662aece2d07cdcabd79ac553a24e2c6f4bf3b.sam@gentoo
1 commit: b7f662aece2d07cdcabd79ac553a24e2c6f4bf3b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 18:47:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 18:47:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f662ae
7
8 www-apps/nextcloud: Stabilize 20.0.5 x86, #764476
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-apps/nextcloud/nextcloud-20.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/nextcloud/nextcloud-20.0.5.ebuild b/www-apps/nextcloud/nextcloud-20.0.5.ebuild
16 index 0aa3ba1808c..efaeffb3451 100644
17 --- a/www-apps/nextcloud/nextcloud-20.0.5.ebuild
18 +++ b/www-apps/nextcloud/nextcloud-20.0.5.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 )"