commit: f3c11fc657fed2d24fcf5611f5141a23db7fbd3f
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:46:55 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun May 14 09:29:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c11fc6
Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sys-apps/pkgcore/pkgcore-0.9.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/pkgcore/pkgcore-0.9.4.ebuild
b/sys-apps/pkgcore/pkgcore-0.9.4.ebuild
index 3682aee798b..9d7becddcc5 100644
--- a/sys-apps/pkgcore/pkgcore-0.9.4.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.9.4.ebuild
@@ -1,8 +1,8 @@
-# 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
DISTUTILS_IN_SOURCE_BUILD=1
inherit distutils-r1