Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyClamd/
Date: Fri, 08 Dec 2017 18:49:28
Message-Id: 1512758957.be22edfc2cd9f2c59bc4b6108e976e0f0be354cf.xmw@gentoo
1 commit: be22edfc2cd9f2c59bc4b6108e976e0f0be354cf
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 8 18:49:17 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 8 18:49:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be22edfc
7
8 dev-python/pyClamd: Python3.6
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 dev-python/pyClamd/pyClamd-0.3.17.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyClamd/pyClamd-0.3.17.ebuild b/dev-python/pyClamd/pyClamd-0.3.17.ebuild
16 index dda9b5d02ea..52f551de1eb 100644
17 --- a/dev-python/pyClamd/pyClamd-0.3.17.ebuild
18 +++ b/dev-python/pyClamd/pyClamd-0.3.17.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
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28
29 inherit distutils-r1