mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
net-analyzer/rrdtool: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=6
|
||||
DISTUTILS_OPTIONAL=true
|
||||
DISTUTILS_SINGLE_IMPL=true
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
PYTHON_COMPAT=( python{2_7,3_6} )
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
inherit autotools perl-module distutils-r1 flag-o-matic multilib
|
||||
|
||||
MY_P=${P/_/-}
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=6
|
||||
DISTUTILS_OPTIONAL=true
|
||||
DISTUTILS_SINGLE_IMPL=true
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
inherit autotools perl-module distutils-r1 flag-o-matic multilib
|
||||
|
||||
MY_P=${P/_/-}
|
||||
|
||||
Reference in New Issue
Block a user