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 C7A43158089 for ; Fri, 22 Sep 2023 03:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F1382BC05C; Fri, 22 Sep 2023 03:14:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 48C3F2BC05D for ; Fri, 22 Sep 2023 03:14:03 +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 03F6C33BE42 for ; Fri, 22 Sep 2023 03:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8667D1231 for ; Fri, 22 Sep 2023 03:13:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1695352417.53e6698151230c0ab18ec595ce0395bef4f38661.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-sendto/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild X-VCS-Directories: gnome-extra/nautilus-sendto/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 53e6698151230c0ab18ec595ce0395bef4f38661 X-VCS-Branch: master Date: Fri, 22 Sep 2023 03:13:59 +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: 76a7d46f-c206-4ee3-b2cb-fbd3e67c39c1 X-Archives-Hash: bfe14fbd83c10eda9f2807f878381562 commit: 53e6698151230c0ab18ec595ce0395bef4f38661 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 22 02:43:53 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 22 03:13:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e66981 gnome-extra/nautilus-sendto: Drop ia64 keywords Signed-off-by: Matt Turner gentoo.org> gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild index 404e7be9f093..3dc8eba132b7 100644 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/nautilus-sendto" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="debug" RDEPEND=">=dev-libs/glib-2.25.9:2"