commit: fcd417eafc4fc2832dea8910bf85b2a1fccb0d2a Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 10:47:42 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 10:51:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd417ea
www-apps/nextcloud: stabilize 29.0.10 for amd64 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> www-apps/nextcloud/nextcloud-29.0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/nextcloud/nextcloud-29.0.10.ebuild b/www-apps/nextcloud/nextcloud-29.0.10.ebuild index cdae29e997d4..315dd1508114 100644 --- a/www-apps/nextcloud/nextcloud-29.0.10.ebuild +++ b/www-apps/nextcloud/nextcloud-29.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://download.nextcloud.com/server/releases/${P}.tar.bz2" S=${WORKDIR}/${PN} LICENSE="AGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+curl +imagemagick mysql postgres +sqlite" REQUIRED_USE="|| ( mysql postgres sqlite )"
