Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pkgcore/
Date: Mon, 27 Feb 2017 01:48:29
Message-Id: 1488159558.2641226a03d0ac2ca3f7993c98e49756e99a2d6e.radhermit@gentoo
1 commit: 2641226a03d0ac2ca3f7993c98e49756e99a2d6e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 01:37:55 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 01:39:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2641226a
7
8 sys-apps/pkgcore: add py36 support
9
10 sys-apps/pkgcore/pkgcore-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-apps/pkgcore/pkgcore-9999.ebuild b/sys-apps/pkgcore/pkgcore-9999.ebuild
14 index bff7cf8e1c..2b5abb75d0 100644
15 --- a/sys-apps/pkgcore/pkgcore-9999.ebuild
16 +++ b/sys-apps/pkgcore/pkgcore-9999.ebuild
17 @@ -1,9 +1,9 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 EAPI=5
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 DISTUTILS_IN_SOURCE_BUILD=1
27 inherit distutils-r1