From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 26AC513829C for ; Thu, 2 Jun 2016 21:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE5621C04E; Thu, 2 Jun 2016 21:14:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4D20121C04E for ; Thu, 2 Jun 2016 21:14:50 +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 B5DA4340CA7 for ; Thu, 2 Jun 2016 21:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AF7697B for ; Thu, 2 Jun 2016 21:14:46 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1464902075.35ced2f3d60dbc9fd03618742f227e82ba01aa73.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/nml/nml-0.4.4.ebuild X-VCS-Directories: games-util/nml/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 35ced2f3d60dbc9fd03618742f227e82ba01aa73 X-VCS-Branch: master Date: Thu, 2 Jun 2016 21:14:46 +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: 0ecc0662-4f04-4830-a9f3-bb9e8c8f9e5f X-Archives-Hash: 6c3e958516585d4144e973877f941310 commit: 35ced2f3d60dbc9fd03618742f227e82ba01aa73 Author: Michael Sterrett gentoo org> AuthorDate: Thu Jun 2 21:13:16 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Thu Jun 2 21:14:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ced2f3 games-util/nml: remove python_3_5 for now until dev-python/ply has a python_3_5 version Package-Manager: portage-2.2.28 games-util/nml/nml-0.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-util/nml/nml-0.4.4.ebuild b/games-util/nml/nml-0.4.4.ebuild index 39c1ef3..29fb037 100644 --- a/games-util/nml/nml-0.4.4.ebuild +++ b/games-util/nml/nml-0.4.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{3_3,3_4,3_5} ) +PYTHON_COMPAT=( python3_{3,4} ) inherit distutils-r1 DESCRIPTION="Compiler of NML files into grf/nfo files"