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 E696F138359 for ; Fri, 31 Jul 2020 00:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFBF2E0AFD; Fri, 31 Jul 2020 00:50:46 +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 C7F95E0AFD for ; Fri, 31 Jul 2020 00:50:46 +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 BEA5B34F4F1 for ; Fri, 31 Jul 2020 00:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42FD310 for ; Fri, 31 Jul 2020 00:50:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1596156627.bcda8316c49482170d79386e6d2eefdb50bfeb29.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pebble/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pebble/pebble-4.5.3.ebuild X-VCS-Directories: dev-python/pebble/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bcda8316c49482170d79386e6d2eefdb50bfeb29 X-VCS-Branch: master Date: Fri, 31 Jul 2020 00:50:37 +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: 7938283f-b8fd-4ea3-acee-07de063d5a75 X-Archives-Hash: 36fd5c78943cc29b38e93069001999ba commit: bcda8316c49482170d79386e6d2eefdb50bfeb29 Author: Sam James gentoo org> AuthorDate: Fri Jul 31 00:50:27 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 31 00:50:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcda8316 dev-python/pebble: x86 stable (bug #715070) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pebble/pebble-4.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pebble/pebble-4.5.3.ebuild b/dev-python/pebble/pebble-4.5.3.ebuild index d6591b01d29..b6c7ddd95a7 100644 --- a/dev-python/pebble/pebble-4.5.3.ebuild +++ b/dev-python/pebble/pebble-4.5.3.ebuild @@ -17,6 +17,6 @@ S=${WORKDIR}/${P^} LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" distutils_enable_tests pytest