diff options
author | Sam James <sam@gentoo.org> | 2022-08-20 05:29:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-20 05:29:55 +0100 |
commit | 13ce14a98a131c9e85ef0ffece5803c7cb530420 (patch) | |
tree | 1a9bc2398f8ff10bf69427d3f57a581c71c32615 /www-apps | |
parent | sys-devel/gcc: add 13.0.0_pre20220814 (diff) | |
download | gentoo-13ce14a98a131c9e85ef0ffece5803c7cb530420.tar.gz gentoo-13ce14a98a131c9e85ef0ffece5803c7cb530420.tar.bz2 gentoo-13ce14a98a131c9e85ef0ffece5803c7cb530420.zip |
www-apps/nextcloud: Stabilize 23.0.7 ALLARCHES, #865813
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nextcloud/nextcloud-23.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/nextcloud/nextcloud-23.0.7.ebuild b/www-apps/nextcloud/nextcloud-23.0.7.ebuild index ae0486c3b736..0ab3ad7bfed8 100644 --- a/www-apps/nextcloud/nextcloud-23.0.7.ebuild +++ b/www-apps/nextcloud/nextcloud-23.0.7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://nextcloud.com/" SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2" LICENSE="AGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="+curl +imagemagick mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )" |