diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-03-10 17:00:59 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-03-10 17:00:59 +0100 |
commit | 46389ff98a2d6d5f3e9228190290b518c9bf4e6b (patch) | |
tree | 652ccf7ccb8f1dce827ecf82a90dfac50760e213 /net-firewall | |
parent | dev-python/versiontools: Add python3_5 support (diff) | |
download | gentoo-46389ff98a2d6d5f3e9228190290b518c9bf4e6b.tar.gz gentoo-46389ff98a2d6d5f3e9228190290b518c9bf4e6b.tar.bz2 gentoo-46389ff98a2d6d5f3e9228190290b518c9bf4e6b.zip |
net-firewall/ufw: Add python3_5 support
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ufw/ufw-0.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ufw/ufw-0.35.ebuild b/net-firewall/ufw/ufw-0.35.ebuild index a14cb05fa3c5..996cb40a7248 100644 --- a/net-firewall/ufw/ufw-0.35.ebuild +++ b/net-firewall/ufw/ufw-0.35.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit bash-completion-r1 eutils linux-info distutils-r1 systemd |