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:
Justin Lecher
2015-11-08 17:16:59 +01:00
parent 256375eea7
commit cdb612fb93

View File

@@ -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}