mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
yaffshiv: remove py2 (it compatible with Python3 also)
This commit is contained in:
parent
6efffeb267
commit
0f47f24207
1 changed files with 5 additions and 4 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit git-r3 distutils-r1
|
||||
|
||||
|
|
@ -16,7 +17,7 @@ if [[ ${PV} != *9999 ]]; then
|
|||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
RESTRICT="mirror"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue