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 354B0139694 for ; Fri, 17 Mar 2017 19:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B6B21C082; Fri, 17 Mar 2017 19:20:18 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3A8321C082 for ; Fri, 17 Mar 2017 19:20:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B33D3415B7 for ; Fri, 17 Mar 2017 19:20:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE6656BA5 for ; Fri, 17 Mar 2017 19:20:15 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1489778412.bb71d3552d68a01dacef44cbb44395159930d043.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/file/file-5.29.ebuild sys-apps/file/file-5.30.ebuild sys-apps/file/file-9999.ebuild X-VCS-Directories: sys-apps/file/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: bb71d3552d68a01dacef44cbb44395159930d043 X-VCS-Branch: master Date: Fri, 17 Mar 2017 19:20:15 +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: 57137aea-1946-4a3c-bb9a-41711fd8b40e X-Archives-Hash: 892a089832367089b03f089ffbd48c1e commit: bb71d3552d68a01dacef44cbb44395159930d043 Author: Zac Medico gentoo org> AuthorDate: Fri Mar 17 19:19:02 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 17 19:20:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb71d355 sys-apps/file: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-apps/file/file-5.29.ebuild | 2 +- sys-apps/file/file-5.30.ebuild | 2 +- sys-apps/file/file-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/file/file-5.29.ebuild b/sys-apps/file/file-5.29.ebuild index a74fc6ecf75..a1e7d3f109d 100644 --- a/sys-apps/file/file-5.29.ebuild +++ b/sys-apps/file/file-5.29.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL=1 inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal diff --git a/sys-apps/file/file-5.30.ebuild b/sys-apps/file/file-5.30.ebuild index fb127eecde5..d4a82766b8c 100644 --- a/sys-apps/file/file-5.30.ebuild +++ b/sys-apps/file/file-5.30.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL=1 inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index c144b01282c..37bede78fcc 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) DISTUTILS_OPTIONAL=1 inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal