Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/
Date: Fri, 28 Apr 2017 15:26:14
Message-Id: 1493393159.505ea7558d3754c78637371b967e7463cc39ec36.mrueg@gentoo
1 commit: 505ea7558d3754c78637371b967e7463cc39ec36
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 28 15:25:59 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 28 15:25:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505ea755
7
8 dev-python/pygpgme: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/pygpgme/pygpgme-0.3-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
16 index 79aaef053e1..f9f61c70504 100644
17 --- a/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
18 +++ b/dev-python/pygpgme/pygpgme-0.3-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=6
26
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29
30 inherit distutils-r1 flag-o-matic