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 ADDE1158042 for ; Wed, 23 Oct 2024 16:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2CFBE0957; Wed, 23 Oct 2024 16:25:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0808E0957 for ; Wed, 23 Oct 2024 16:25:11 +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 08FDF335CB9 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 70B1B1B65 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: <1729700701.7bc50a3bf1256bb34816ad23cf319d0010901fb2.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-dropbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04-r1.ebuild gnome-extra/nautilus-dropbox/nautilus-dropbox-2024.04.17.ebuild X-VCS-Directories: gnome-extra/nautilus-dropbox/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 7bc50a3bf1256bb34816ad23cf319d0010901fb2 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: 9f802476-356a-46fa-84bd-869a98469478 X-Archives-Hash: 6bfea7f3bac46f6e6a41614b55018f40 commit: 7bc50a3bf1256bb34816ad23cf319d0010901fb2 Author: Ben Kohler gentoo org> AuthorDate: Wed Oct 23 15:22:12 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Oct 23 16:25:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc50a3b gnome-extra/nautilus-dropbox: drop x86 keywords Signed-off-by: Ben Kohler gentoo.org> gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04-r1.ebuild | 4 ++-- gnome-extra/nautilus-dropbox/nautilus-dropbox-2024.04.17.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04-r1.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04-r1.ebuild index 6ebc32357589..061550b13cc2 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04-r1.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2020.03.04-r1.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://linux.dropboxstatic.com/packages/${P}.tar.bz2" LICENSE="GPL-3 CC-BY-ND-3.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2024.04.17.ebuild b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2024.04.17.ebuild index b9be5584638e..a2739f717bb3 100644 --- a/gnome-extra/nautilus-dropbox/nautilus-dropbox-2024.04.17.ebuild +++ b/gnome-extra/nautilus-dropbox/nautilus-dropbox-2024.04.17.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://linux.dropboxstatic.com/packages/${P}.tar.bz2" LICENSE="GPL-3 CC-BY-ND-3.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="debug" REQUIRED_USE="${PYTHON_REQUIRED_USE}"