diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 19:10:14 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 19:10:14 +0200 |
commit | b416851676fb21ac41d3fd7997fe75b61a83a4fb (patch) | |
tree | f1a118653b3ce3e1dfc0cb15e53d2647084beb36 /net-misc/wget | |
parent | dev-python/colorlog: Add python3_6 (diff) | |
download | gentoo-b416851676fb21ac41d3fd7997fe75b61a83a4fb.tar.gz gentoo-b416851676fb21ac41d3fd7997fe75b61a83a4fb.tar.bz2 gentoo-b416851676fb21ac41d3fd7997fe75b61a83a4fb.zip |
net-misc/wget: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.19.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/wget/wget-1.19.1-r1.ebuild b/net-misc/wget/wget-1.19.1-r1.ebuild index b097fe7f5043..edbca55d9110 100644 --- a/net-misc/wget/wget-1.19.1-r1.ebuild +++ b/net-misc/wget/wget-1.19.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit flag-o-matic python-any-r1 toolchain-funcs eutils |