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 D3B5C158091 for ; Thu, 9 Jun 2022 07:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E8AE08EF; Thu, 9 Jun 2022 07:34:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AD190E08EF for ; Thu, 9 Jun 2022 07:34:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56CEC3412AF for ; Thu, 9 Jun 2022 07:34:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1B7507 for ; Thu, 9 Jun 2022 07:34:44 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1654760020.c0e3601199892bd6888bd7d63f4a9e93d4bef293.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dropbox-cli/dropbox-cli-2022.ebuild X-VCS-Directories: net-misc/dropbox-cli/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c0e3601199892bd6888bd7d63f4a9e93d4bef293 X-VCS-Branch: master Date: Thu, 9 Jun 2022 07:34:44 +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: d845aac5-b465-4124-b93c-c2554290dcc4 X-Archives-Hash: edf3db89548b560e8b3fa9a024eaef70 commit: c0e3601199892bd6888bd7d63f4a9e93d4bef293 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Jun 9 07:33:40 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Jun 9 07:33:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e36011 net-misc/dropbox-cli: amd64 stable wrt bug #850208 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-misc/dropbox-cli/dropbox-cli-2022.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dropbox-cli/dropbox-cli-2022.ebuild b/net-misc/dropbox-cli/dropbox-cli-2022.ebuild index 1b9b1364e01c..281cf19ef9b6 100644 --- a/net-misc/dropbox-cli/dropbox-cli-2022.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-2022.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+gpg" REQUIRED_USE="${PYTHON_REQUIRED_USE}"