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 298CD138335 for ; Mon, 21 Oct 2019 18:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C1F5E093A; Mon, 21 Oct 2019 18:28:12 +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 E0C77E093A for ; Mon, 21 Oct 2019 18:28:11 +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 0B44E34C172 for ; Mon, 21 Oct 2019 18:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18AC97F8 for ; Mon, 21 Oct 2019 18:28:09 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1571682469.41e982afa78235cef0a098e6f4956f12a82f5b85.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/funcy/funcy-1.10.1.ebuild X-VCS-Directories: dev-python/funcy/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 41e982afa78235cef0a098e6f4956f12a82f5b85 X-VCS-Branch: master Date: Mon, 21 Oct 2019 18:28: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: 83dfa809-f626-44de-9199-86806428083a X-Archives-Hash: 9a9771001752bba8641c37491234fb5b commit: 41e982afa78235cef0a098e6f4956f12a82f5b85 Author: Tupone Alfredo gentoo org> AuthorDate: Mon Oct 21 07:13:39 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Oct 21 18:27:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e982af dev-python/funcy: Stable version Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/funcy/funcy-1.10.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/funcy/funcy-1.10.1.ebuild b/dev-python/funcy/funcy-1.10.1.ebuild index c94f09e0ac4..e77f54f8a1b 100644 --- a/dev-python/funcy/funcy-1.10.1.ebuild +++ b/dev-python/funcy/funcy-1.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=""