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 D95E51382C5 for ; Sat, 31 Mar 2018 19:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07FC5E0B9F; Sat, 31 Mar 2018 19:01:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D3001E0B9F for ; Sat, 31 Mar 2018 19:01:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DBF1F335D76 for ; Sat, 31 Mar 2018 19:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01401276 for ; Sat, 31 Mar 2018 19:01:42 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1522522847.b6b01ad02133bf5f46c9434cbc563cf5c0b8a339.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild X-VCS-Directories: dev-python/nautilus-python/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b6b01ad02133bf5f46c9434cbc563cf5c0b8a339 X-VCS-Branch: master Date: Sat, 31 Mar 2018 19:01:42 +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-Archives-Salt: 2c8ed002-486d-4b15-bc83-d5e5a81719eb X-Archives-Hash: 5d9a435ac74f36e3e61e941c3702440f commit: b6b01ad02133bf5f46c9434cbc563cf5c0b8a339 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 16:16:38 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:00:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b01ad0 dev-python/nautilus-python: keyword ~arm64 dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild b/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild index fddd91c9550..b47cb90fd45 100644 --- a/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild +++ b/dev-python/nautilus-python/nautilus-python-1.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ HOMEPAGE="https://projects.gnome.org/nautilus-python/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 x86" +KEYWORDS="~alpha amd64 ~arm64 x86" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}"