diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-02-16 15:52:00 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-02-16 15:53:04 +0100 |
commit | 1a84df0a83336ca0ecb710d7668a83a3e4a2d486 (patch) | |
tree | c51e8b4bbba9953f95945f35bab0acd00fdf1af2 /net-misc/nextcloud-client | |
parent | dev-python/alembic: Remove old (diff) | |
download | gentoo-1a84df0a83336ca0ecb710d7668a83a3e4a2d486.tar.gz gentoo-1a84df0a83336ca0ecb710d7668a83a3e4a2d486.tar.bz2 gentoo-1a84df0a83336ca0ecb710d7668a83a3e4a2d486.zip |
net-misc/nextcloud-client: stabilize 3.6.6 for amd64
Closes: https://bugs.gentoo.org/894656
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client')
-rw-r--r-- | net-misc/nextcloud-client/nextcloud-client-3.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nextcloud-client/nextcloud-client-3.6.6.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.6.6.ebuild index 943bb9b77797..557e004fd018 100644 --- a/net-misc/nextcloud-client/nextcloud-client-3.6.6.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-3.6.6.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/desktop-${PV/_/-}" LICENSE="CC-BY-3.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="doc dolphin nautilus test webengine" RESTRICT="!test? ( test )" |