Large rework/update to EAPI=7
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
|
||||
inherit distutils-r1 python-r1 eutils
|
||||
|
||||
@@ -22,9 +22,8 @@ LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
virtual/python-enum34
|
||||
dev-python/pygtk
|
||||
dev-python/pygtkglext
|
||||
dev-python/pyopengl
|
||||
dev-python/pyyaml
|
||||
dev-python/svg-path
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user