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 2012C138335 for ; Thu, 7 Feb 2019 12:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4276AE0AAE; Thu, 7 Feb 2019 12:31:53 +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 1CC21E0AA6 for ; Thu, 7 Feb 2019 12:31:53 +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 890EC33BE4D for ; Thu, 7 Feb 2019 12:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35C2253C for ; Thu, 7 Feb 2019 12:31:48 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1549542676.d1b0fb30559a5e6ce5f1fa25da00db9f52923906.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pluggy/pluggy-0.7.1.ebuild X-VCS-Directories: dev-python/pluggy/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: d1b0fb30559a5e6ce5f1fa25da00db9f52923906 X-VCS-Branch: master Date: Thu, 7 Feb 2019 12:31:48 +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: 62c175a1-dcf5-4342-b3a2-d8c6c2c6ea41 X-Archives-Hash: bcc8dd0d4fe036befc674635aadbaa19 commit: d1b0fb30559a5e6ce5f1fa25da00db9f52923906 Author: Tobias Klausmann gentoo org> AuthorDate: Thu Feb 7 12:31:02 2019 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Feb 7 12:31:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b0fb30 dev-python/pluggy-0.7.1-r0: alpha stable Bug: http://bugs.gentoo.org/676592 Signed-off-by: Tobias Klausmann gentoo.org> dev-python/pluggy/pluggy-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pluggy/pluggy-0.7.1.ebuild b/dev-python/pluggy/pluggy-0.7.1.ebuild index dd9526ce4e7..11db915546a 100644 --- a/dev-python/pluggy/pluggy-0.7.1.ebuild +++ b/dev-python/pluggy/pluggy-0.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=""