diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:22:45 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-26 21:50:43 +0200 |
commit | 458b7428cefb328339fec00173aff9773a52cdd7 (patch) | |
tree | 59c6bdf3a81bb1f5ba06360a3112eee780088b95 /net-irc/limnoria | |
parent | dev-libs/amdgpu-pro-opencl: 18.20.606296 version bump (diff) | |
download | gentoo-458b7428cefb328339fec00173aff9773a52cdd7.tar.gz gentoo-458b7428cefb328339fec00173aff9773a52cdd7.tar.bz2 gentoo-458b7428cefb328339fec00173aff9773a52cdd7.zip |
net-irc/limnoria: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-irc/limnoria')
-rw-r--r-- | net-irc/limnoria/limnoria-20171025.ebuild | 4 | ||||
-rw-r--r-- | net-irc/limnoria/limnoria-99999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/limnoria/limnoria-20171025.ebuild b/net-irc/limnoria/limnoria-20171025.ebuild index 0280102ac95c..e90b31d93097 100644 --- a/net-irc/limnoria/limnoria-20171025.ebuild +++ b/net-irc/limnoria/limnoria-20171025.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 0280102ac95c..e90b31d93097 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |