Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/denyhosts/
Date: Sat, 09 Dec 2017 14:21:43
Message-Id: 1512829153.37b027378ae081800524411c259cb6cb8e1aa5a8.pacho@gentoo
1 commit: 37b027378ae081800524411c259cb6cb8e1aa5a8
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 14:16:22 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 14:19:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b02737
7
8 app-admin/denyhosts: Add support for newer python
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-admin/denyhosts/denyhosts-3.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild
16 index 09d0b464271..87800807c36 100644
17 --- a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild
18 +++ b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit distutils-r1 eutils readme.gentoo-r1 systemd