Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/
Date: Mon, 01 Feb 2021 15:07:29
Message-Id: 1612191930.f84d77ab94275ac9cd9c9d19e1313d4ba4cd3642.ago@gentoo
1 commit: f84d77ab94275ac9cd9c9d19e1313d4ba4cd3642
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 15:05:30 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 15:05:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84d77ab
7
8 www-apps/nextcloud: amd64 stable wrt bug #764476
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 www-apps/nextcloud/nextcloud-20.0.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-apps/nextcloud/nextcloud-20.0.5.ebuild b/www-apps/nextcloud/nextcloud-20.0.5.ebuild
18 index efaeffb3451..7de14adb136 100644
19 --- a/www-apps/nextcloud/nextcloud-20.0.5.ebuild
20 +++ b/www-apps/nextcloud/nextcloud-20.0.5.ebuild
21 @@ -10,7 +10,7 @@ HOMEPAGE="https://nextcloud.com/"
22 SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2"
23 LICENSE="AGPL-3"
24
25 -KEYWORDS="~amd64 ~arm ~arm64 x86"
26 +KEYWORDS="amd64 ~arm ~arm64 x86"
27 IUSE="+curl +imagemagick mysql postgres +sqlite"
28 REQUIRED_USE="|| ( mysql postgres sqlite )"