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 2F1D8139085 for ; Mon, 23 Jan 2017 13:51:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E4E62241AF; Mon, 23 Jan 2017 13:51:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 427BB2241AF for ; Mon, 23 Jan 2017 13:51:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E58AE3416A7 for ; Mon, 23 Jan 2017 13:51:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A772BF8 for ; Mon, 23 Jan 2017 13:51:09 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1485179456.24fd61a8f6c74f58fac09c54e4cefe178f27bfdf.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyte/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyte/pyte-0.5.2-r1.ebuild X-VCS-Directories: dev-python/pyte/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 24fd61a8f6c74f58fac09c54e4cefe178f27bfdf X-VCS-Branch: master Date: Mon, 23 Jan 2017 13:51: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-Archives-Salt: 1bbce8e5-85ca-4d09-80d4-5650e72864f5 X-Archives-Hash: aca3062bd93f4085a301767d894e7cce commit: 24fd61a8f6c74f58fac09c54e4cefe178f27bfdf Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jan 23 13:48:24 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jan 23 13:50:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fd61a8 dev-python/pyte: amd64 stable wrt bug #606020 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/pyte/pyte-0.5.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyte/pyte-0.5.2-r1.ebuild b/dev-python/pyte/pyte-0.5.2-r1.ebuild index df99021..684aeae 100644 --- a/dev-python/pyte/pyte-0.5.2-r1.ebuild +++ b/dev-python/pyte/pyte-0.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="LGPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]"