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 D25F3138350 for ; Wed, 25 Mar 2020 14:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E72A8E0C79; Wed, 25 Mar 2020 14:17:44 +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 CD0EAE0C7A for ; Wed, 25 Mar 2020 14:17:44 +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 EB17034F711 for ; Wed, 25 Mar 2020 14:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E6441BD for ; Wed, 25 Mar 2020 14:17:40 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1585145850.a2c8d6fd042d1595c5dce7f7175ae9442c529f30.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pympler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pympler/pympler-0.6.ebuild X-VCS-Directories: dev-python/pympler/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a2c8d6fd042d1595c5dce7f7175ae9442c529f30 X-VCS-Branch: master Date: Wed, 25 Mar 2020 14:17:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb392e1a-a3b8-47e3-98cc-fd6f3fb15a10 X-Archives-Hash: cc4401331dea89fda3f50a58e2d54e94 commit: a2c8d6fd042d1595c5dce7f7175ae9442c529f30 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Mar 25 14:16:11 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Mar 25 14:17:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c8d6fd dev-python/pympler: amd64 stable wrt bug #714436 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/pympler/pympler-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pympler/pympler-0.6.ebuild b/dev-python/pympler/pympler-0.6.ebuild index 6027258d9dc..445e8d6621b 100644 --- a/dev-python/pympler/pympler-0.6.ebuild +++ b/dev-python/pympler/pympler-0.6.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/pympler/pympler/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="~alpha ~amd64 arm ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~ia64 ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RESTRICT="!test? ( test )"