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 DCABE1382C5 for ; Fri, 30 Mar 2018 18:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0346BE0960; Fri, 30 Mar 2018 18:35:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D5171E0960 for ; Fri, 30 Mar 2018 18:35:41 +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 E3493335D64 for ; Fri, 30 Mar 2018 18:35:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE70F26D for ; Fri, 30 Mar 2018 18:35:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522434883.05a1a10dc37b0b4703c6ad4919aaaf16567b3f4f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathtools/pathtools-0.1.2-r2.ebuild X-VCS-Directories: dev-python/pathtools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 05a1a10dc37b0b4703c6ad4919aaaf16567b3f4f X-VCS-Branch: master Date: Fri, 30 Mar 2018 18:35:37 +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: 0acc9c85-c4dd-4973-bb50-dc63402c23c1 X-Archives-Hash: 744db9941e62944c322a6554fd39ca3b commit: 05a1a10dc37b0b4703c6ad4919aaaf16567b3f4f Author: Aaron Bauman gentoo org> AuthorDate: Fri Mar 30 18:04:39 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 30 18:34:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a1a10d dev-python/pathtools: amd64 stable Bug: https://bugs.gentoo.org/644614 Package-Manager: Portage-2.3.26, Repoman-2.3.7 dev-python/pathtools/pathtools-0.1.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pathtools/pathtools-0.1.2-r2.ebuild b/dev-python/pathtools/pathtools-0.1.2-r2.ebuild index b7e73414ae6..abfbe1472bb 100644 --- a/dev-python/pathtools/pathtools-0.1.2-r2.ebuild +++ b/dev-python/pathtools/pathtools-0.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/p/pathtools/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"