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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C3F71382C5 for ; Wed, 26 May 2021 13:12:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E409E1187; Wed, 26 May 2021 13:12:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D33FFE1187 for ; Wed, 26 May 2021 13:12:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5610F340E6A for ; Wed, 26 May 2021 13:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC14D632 for ; Wed, 26 May 2021 13:11:48 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1622034704.1b16e4a51d95397b4db90d6469b71d6a27c90d7f.whissi@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.1.3.ebuild X-VCS-Directories: net-misc/nextcloud-client/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1b16e4a51d95397b4db90d6469b71d6a27c90d7f X-VCS-Branch: master Date: Wed, 26 May 2021 13:11:48 +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: 9a6e39a3-eeb5-4e88-a882-c0f76ddb8d00 X-Archives-Hash: 4396bd9bcf2963df396ca68cea0115af commit: 1b16e4a51d95397b4db90d6469b71d6a27c90d7f Author: Thomas Deutschmann gentoo org> AuthorDate: Wed May 26 13:11:34 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed May 26 13:11:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b16e4a5 net-misc/nextcloud-client: x86 stable (bug #783531) Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> net-misc/nextcloud-client/nextcloud-client-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/nextcloud-client/nextcloud-client-3.1.3.ebuild b/net-misc/nextcloud-client/nextcloud-client-3.1.3.ebuild index b5b9e96e1fb..e10dda037f1 100644 --- a/net-misc/nextcloud-client/nextcloud-client-3.1.3.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-3.1.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> ${P}. LICENSE="CC-BY-3.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 x86" IUSE="doc dolphin nautilus test" COMMON_DEPEND=">=dev-db/sqlite-3.34:3