diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-10-16 16:08:59 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-16 16:09:15 +0200 |
commit | ef7c626de3d03f2324fe93b835491ffac6e14935 (patch) | |
tree | daaf59efb1388f4a3246d34cc5d79ac67d1a4aab /www-apps | |
parent | dev-python/aiodns: Bump to 3.1.1 (diff) | |
download | gentoo-ef7c626de3d03f2324fe93b835491ffac6e14935.tar.gz gentoo-ef7c626de3d03f2324fe93b835491ffac6e14935.tar.bz2 gentoo-ef7c626de3d03f2324fe93b835491ffac6e14935.zip |
www-apps/nextcloud: stabilize 26.0.7 for amd64, x86
Closes: https://bugs.gentoo.org/915851
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/nextcloud/nextcloud-26.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/nextcloud/nextcloud-26.0.7.ebuild b/www-apps/nextcloud/nextcloud-26.0.7.ebuild index e9db891d0021..7371c62df6fa 100644 --- a/www-apps/nextcloud/nextcloud-26.0.7.ebuild +++ b/www-apps/nextcloud/nextcloud-26.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 )" |