diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-12-14 11:31:24 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-12-14 11:31:59 +0100 |
commit | 156315f284c788d6d565ab9a879adea0e3991f1e (patch) | |
tree | 1e50a2526b0e0c04a0ae4eae2b3b46d950f8d20e /www-apps | |
parent | www-apps/nextcloud: stabilize 25.0.13 for amd64, x86 (diff) | |
download | gentoo-156315f284c788d6d565ab9a879adea0e3991f1e.tar.gz gentoo-156315f284c788d6d565ab9a879adea0e3991f1e.tar.bz2 gentoo-156315f284c788d6d565ab9a879adea0e3991f1e.zip |
www-apps/nextcloud: stabilize 26.0.8 for amd64, x86
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nextcloud/nextcloud-26.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/nextcloud/nextcloud-26.0.8.ebuild b/www-apps/nextcloud/nextcloud-26.0.8.ebuild index e9db891d0021..7371c62df6fa 100644 --- a/www-apps/nextcloud/nextcloud-26.0.8.ebuild +++ b/www-apps/nextcloud/nextcloud-26.0.8.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 )" |