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 0F3D1158092 for ; Sat, 11 Sep 2021 08:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13B4AE0837; Sat, 11 Sep 2021 08:53:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 F0346E0837 for ; Sat, 11 Sep 2021 08:53:37 +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 CDEC0342CE1 for ; Sat, 11 Sep 2021 08:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18CB39B for ; Sat, 11 Sep 2021 08:53:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1631350408.12bb0c80fef412c81934232aa554796e35254d43.marecki@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.ebuild X-VCS-Directories: gnome-extra/nautilus-sendto/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 12bb0c80fef412c81934232aa554796e35254d43 X-VCS-Branch: master Date: Sat, 11 Sep 2021 08:53:35 +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: 30ee3b79-64e0-47a5-b59c-ca4d6cad808e X-Archives-Hash: 8c708ad4bb3cfa95f55dab4d9677891d commit: 12bb0c80fef412c81934232aa554796e35254d43 Author: Marek Szuba gentoo org> AuthorDate: Sat Sep 11 00:19:57 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Sep 11 08:53:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bb0c80 gnome-extra/nautilus-sendto: keyword 3.8.6 for ~riscv Signed-off-by: Marek Szuba gentoo.org> gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild index ba155dcea6c..be615119ac2 100644 --- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild +++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/nautilus-sendto" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="debug" RDEPEND=">=dev-libs/glib-2.25.9:2"