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 62D7D139082 for ; Tue, 28 Nov 2017 20:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BB2BE0DA3; Tue, 28 Nov 2017 20:48:48 +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 5F900E0DA2 for ; Tue, 28 Nov 2017 20:48:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 74F7633FE7D for ; Tue, 28 Nov 2017 20:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3240AADF for ; Tue, 28 Nov 2017 20:48:44 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1511902119.8e8f6dbc2e8f34fa9798eed05c05e03d7883a41b.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8e8f6dbc2e8f34fa9798eed05c05e03d7883a41b X-VCS-Branch: master Date: Tue, 28 Nov 2017 20:48:44 +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: ffd09f44-179a-4671-99cd-f71b4d5b2c8b X-Archives-Hash: f8834d2f6b35eafb13be25337f96b999 commit: 8e8f6dbc2e8f34fa9798eed05c05e03d7883a41b Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Nov 28 20:48:22 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Nov 28 20:48:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8f6dbc dev-python/pythondialog: stable 3.3.0 for sparc, bug #625064 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" 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 22abfc45710..7c6d8ab69f1 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"