From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C559B1388C1 for ; Sun, 8 Nov 2015 16:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EA4721C005; Sun, 8 Nov 2015 16:27:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4CBC21C00F for ; Sun, 8 Nov 2015 16:27:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EED2733E3A9 for ; Sun, 8 Nov 2015 16:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2A0222A3 for ; Sun, 8 Nov 2015 16:27:14 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447000031.cdb612fb936f3c2b341a6cf3485d7607cc5fdd83.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyfltk/pyfltk-1.3.3.ebuild X-VCS-Directories: dev-python/pyfltk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: cdb612fb936f3c2b341a6cf3485d7607cc5fdd83 X-VCS-Branch: master Date: Sun, 8 Nov 2015 16:27:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0a428e5c-b6ce-432b-a4c4-e07e45893d4b X-Archives-Hash: 9fa0065d557f3bbb96dbcf9586ba1e01 commit: cdb612fb936f3c2b341a6cf3485d7607cc5fdd83 Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 8 16:16:59 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 8 16:27:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb612fb dev-python/pyfltk: Update supported python implementations and move to SLOT=0 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pyfltk/pyfltk-1.3.3.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/pyfltk/pyfltk-1.3.3.ebuild b/dev-python/pyfltk/pyfltk-1.3.3.ebuild index 50f988d..73c3a14 100644 --- a/dev-python/pyfltk/pyfltk-1.3.3.ebuild +++ b/dev-python/pyfltk/pyfltk-1.3.3.ebuild @@ -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}