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 40E40138334 for ; Sat, 1 Jun 2019 21:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2BABE0823; Sat, 1 Jun 2019 21:56:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9056BE0823 for ; Sat, 1 Jun 2019 21:56:53 +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 5124034551B for ; Sat, 1 Jun 2019 21:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0000B602 for ; Sat, 1 Jun 2019 21:56:49 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1559426145.70011fdd052c69493c197cdcd460a8b61fa81e00.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pep257/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pep257/pep257-2.1.1.ebuild X-VCS-Directories: dev-python/pep257/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 70011fdd052c69493c197cdcd460a8b61fa81e00 X-VCS-Branch: master Date: Sat, 1 Jun 2019 21:56:49 +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: c16e90cd-2f37-4fa6-a50a-8dce30136642 X-Archives-Hash: ff93222ed9f25340b82306cc3ac9bbfb commit: 70011fdd052c69493c197cdcd460a8b61fa81e00 Author: Patrice Clement gentoo org> AuthorDate: Sun May 26 19:15:30 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jun 1 21:55:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70011fdd dev-python/pep257: stable for amd64+x86. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pep257/pep257-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pep257/pep257-2.1.1.ebuild b/dev-python/pep257/pep257-2.1.1.ebuild index 38e682f3d83..3bde0267c0d 100644 --- a/dev-python/pep257/pep257-2.1.1.ebuild +++ b/dev-python/pep257/pep257-2.1.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 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/PyCQA/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" RDEPEND=""