Skip to content

Commit

Permalink
dev-libs/libnl: python3_8
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/701568
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <[email protected]>
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
a17r authored and FuzzyGophers committed Dec 4, 2019
1 parent d4f048e commit 6e3a6d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev-libs/libnl/libnl-3.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )

PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
DISTUTILS_OPTIONAL=1
inherit distutils-r1 libtool multilib-minimal

Expand Down
3 changes: 2 additions & 1 deletion dev-libs/libnl/libnl-99999999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )

PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
DISTUTILS_OPTIONAL=1
inherit autotools distutils-r1 git-r3 libtool multilib multilib-minimal

Expand Down

0 comments on commit 6e3a6d8

Please sign in to comment.