From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11FF7158020 for ; Wed, 30 Nov 2022 09:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B08AE08BD; Wed, 30 Nov 2022 09:39:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FA6DE08A2 for ; Wed, 30 Nov 2022 09:39:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6D56341017 for ; Wed, 30 Nov 2022 09:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C015757 for ; Wed, 30 Nov 2022 09:39:42 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1669801174.170bb6c5bbdb0dbb29d383a99a2c3e643a847abc.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nextcloud-client/nextcloud-client-3.6.1.ebuild X-VCS-Directories: net-misc/nextcloud-client/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 170bb6c5bbdb0dbb29d383a99a2c3e643a847abc X-VCS-Branch: master Date: Wed, 30 Nov 2022 09:39:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d10bb45f-5fbe-4adf-8938-bb6f8efa8680 X-Archives-Hash: b6696ed9536a05e90e8124d5da93e9a0 commit: 170bb6c5bbdb0dbb29d383a99a2c3e643a847abc Author: Florian Schmaus gentoo org> AuthorDate: Wed Nov 30 09:19:39 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Nov 30 09:39:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170bb6c5 net-misc/nextcloud-client: stabilize 3.6.1 for amd64, x86 Signed-off-by: Florian Schmaus gentoo.org> net-misc/nextcloud-client/nextcloud-client-3.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/nextcloud-client/nextcloud-client-3.6.1.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.6.1.ebuild index 5599ebda4bf3..d44483e6593b 100644 --- a/net-misc/nextcloud-client/nextcloud-client-3.6.1.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-3.6.1.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 )"