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 0F82113888F for ; Sun, 25 Oct 2015 06:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DBA421C004; Sun, 25 Oct 2015 06:14:01 +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 18AB521C004 for ; Sun, 25 Oct 2015 06:14:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5D4D34094F for ; Sun, 25 Oct 2015 06:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 366981854 for ; Sun, 25 Oct 2015 06:13:52 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1445753600.04320a530566ab8eee80b8eb12a8772a02e7039d.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 04320a530566ab8eee80b8eb12a8772a02e7039d X-VCS-Branch: master Date: Sun, 25 Oct 2015 06:13:52 +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: 36536dbb-d44c-4cce-9a7e-581e14c31119 X-Archives-Hash: e5ae8ac042e025704b1e87a8357beb73 commit: 04320a530566ab8eee80b8eb12a8772a02e7039d Author: Jeroen Roovers gentoo org> AuthorDate: Sun Oct 25 06:13:20 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Oct 25 06:13:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04320a53 dev-python/pyfltk: Stable for PPC64 (bug #563184). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches dev-python/pyfltk/pyfltk-1.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyfltk/pyfltk-1.3.3.ebuild b/dev-python/pyfltk/pyfltk-1.3.3.ebuild index 3638bc7..3d8ee69 100644 --- a/dev-python/pyfltk/pyfltk-1.3.3.ebuild +++ b/dev-python/pyfltk/pyfltk-1.3.3.ebuild @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz -> ${MY_PN}.tar.gz" LICENSE="LGPL-2" SLOT="1" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ppc64 ~x86" IUSE="doc" DEPEND=">=x11-libs/fltk-1.3.0:1[opengl]"