From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 342DF1396D0 for ; Tue, 12 Sep 2017 23:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAC261FC0A7; Tue, 12 Sep 2017 23:03:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 875C71FC0A3 for ; Tue, 12 Sep 2017 23:03:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD9FB341698 for ; Tue, 12 Sep 2017 23:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CAF79082 for ; Tue, 12 Sep 2017 23:02:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1505257359.7e5c35d50344663600e9afd81161db01b3bed80a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythondialog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythondialog/pythondialog-3.3.0.ebuild X-VCS-Directories: dev-python/pythondialog/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7e5c35d50344663600e9afd81161db01b3bed80a X-VCS-Branch: master Date: Tue, 12 Sep 2017 23:02:59 +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: dd41f951-40ab-4663-9127-f16f7740404b X-Archives-Hash: 089918eba3f4bbb6036a345b7a4d9e87 commit: 7e5c35d50344663600e9afd81161db01b3bed80a Author: Matt Turner gentoo org> AuthorDate: Tue Sep 12 23:02:39 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 12 23:02:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5c35d5 dev-python/pythondialog-3.3.0: ppc stable, bug 625064 dev-python/pythondialog/pythondialog-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pythondialog/pythondialog-3.3.0.ebuild b/dev-python/pythondialog/pythondialog-3.3.0.ebuild index e9228d7978b..edbebba1931 100644 --- a/dev-python/pythondialog/pythondialog-3.3.0.ebuild +++ b/dev-python/pythondialog/pythondialog-3.3.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc ~sparc ~x86" IUSE="doc examples" RDEPEND="dev-util/dialog"