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 3E8C01396D0 for ; Sun, 17 Sep 2017 21:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 609A91FC250; Sun, 17 Sep 2017 21:09:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3EEA11FC250 for ; Sun, 17 Sep 2017 21:09:15 +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 6211C33FE7D for ; Sun, 17 Sep 2017 21:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5465908F for ; Sun, 17 Sep 2017 21:09:10 +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: <1505682546.ba5e30f790bd7b5fc90309dd9401195d349f1bad.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: ba5e30f790bd7b5fc90309dd9401195d349f1bad X-VCS-Branch: master Date: Sun, 17 Sep 2017 21:09:10 +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: 92e29e17-2cab-4838-bddc-0f4a8a51556a X-Archives-Hash: a91a9a47c0e67023c71ecefe7d208df2 commit: ba5e30f790bd7b5fc90309dd9401195d349f1bad Author: Matt Turner gentoo org> AuthorDate: Sun Sep 17 21:08:51 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Sep 17 21:09:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5e30f7 dev-python/pythondialog-3.3.0: x86 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 edbebba1931..22abfc45710 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"