mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pyfltk: Update supported python implementations and move to SLOT=0
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{3,4,5} )
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1 flag-o-matic
|
||||
|
||||
@@ -18,11 +18,14 @@ HOMEPAGE="http://pyfltk.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz -> ${MY_PN}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ppc ppc64 x86"
|
||||
IUSE="doc"
|
||||
|
||||
DEPEND=">=x11-libs/fltk-1.3.0:1[opengl]"
|
||||
DEPEND="
|
||||
>=x11-libs/fltk-1.3.0:1[opengl]
|
||||
!dev-python/pyfltk:1
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_PN}
|
||||
|
||||
Reference in New Issue
Block a user