From: David Seifert Date: Sun, 16 Jun 2019 10:52:09 +0000 (+0200) Subject: dev-libs/libnl: Add py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c751b6e66c51c3304871cb4377e7b62490a3eab8;p=gentoo.git dev-libs/libnl: Add py3.7 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: David Seifert --- diff --git a/dev-libs/libnl/libnl-3.4.0.ebuild b/dev-libs/libnl/libnl-3.4.0.ebuild index fd6f533f7d80..6c2881430a66 100644 --- a/dev-libs/libnl/libnl-3.4.0.ebuild +++ b/dev-libs/libnl/libnl-3.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils libtool multilib multilib-minimal