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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D07E158042 for ; Wed, 23 Oct 2024 16:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B848E0972; Wed, 23 Oct 2024 16:25:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30508E0972 for ; Wed, 23 Oct 2024 16:25:12 +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 2DE14335DC7 for ; Wed, 23 Oct 2024 16:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98D531E06 for ; Wed, 23 Oct 2024 16:25:09 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1729700704.bce7878a13ac3ec121e76e5bf1410f7b2b03d66c.bkohler@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-2023.ebuild net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild X-VCS-Directories: net-misc/dropbox-cli/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: bce7878a13ac3ec121e76e5bf1410f7b2b03d66c X-VCS-Branch: master Date: Wed, 23 Oct 2024 16:25:09 +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: 930a681f-26d9-4299-af42-67c393f10aca X-Archives-Hash: 4652242d1ce9b935f3d428cf3a280aa5 commit: bce7878a13ac3ec121e76e5bf1410f7b2b03d66c Author: Ben Kohler gentoo org> AuthorDate: Wed Oct 23 15:31:32 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Oct 23 16:25:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce7878a net-misc/dropbox-cli: drop x86 keywords Signed-off-by: Ben Kohler gentoo.org> net-misc/dropbox-cli/dropbox-cli-2023.ebuild | 4 ++-- net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/dropbox-cli/dropbox-cli-2023.ebuild b/net-misc/dropbox-cli/dropbox-cli-2023.ebuild index 62034ba7f496..2fe765ca00b0 100644 --- a/net-misc/dropbox-cli/dropbox-cli-2023.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-2023.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64" IUSE="+gpg" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild index d28cac9b0dd3..12cef549a912 100644 --- a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR} LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64" IUSE="+gpg" REQUIRED_USE="${PYTHON_REQUIRED_USE}"