diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 15:16:22 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 15:19:13 +0100 |
commit | 37b027378ae081800524411c259cb6cb8e1aa5a8 (patch) | |
tree | a8e62601f696791d8c9a79f38fedbad7af0dd15c /app-admin/denyhosts/denyhosts-3.0-r1.ebuild | |
parent | app-admin/cdist: Add support for newer python (diff) | |
download | gentoo-37b027378ae081800524411c259cb6cb8e1aa5a8.tar.gz gentoo-37b027378ae081800524411c259cb6cb8e1aa5a8.tar.bz2 gentoo-37b027378ae081800524411c259cb6cb8e1aa5a8.zip |
app-admin/denyhosts: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-admin/denyhosts/denyhosts-3.0-r1.ebuild')
-rw-r--r-- | app-admin/denyhosts/denyhosts-3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild index 09d0b4642714..87800807c36d 100644 --- a/app-admin/denyhosts/denyhosts-3.0-r1.ebuild +++ b/app-admin/denyhosts/denyhosts-3.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 eutils readme.gentoo-r1 systemd |