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 79A3B13835B for ; Sun, 6 Sep 2020 17:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B4E9E097A; Sun, 6 Sep 2020 17:35:03 +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 85E5FE097A for ; Sun, 6 Sep 2020 17:35:03 +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 A88F8340BBE for ; Sun, 6 Sep 2020 17:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC17352 for ; Sun, 6 Sep 2020 17:34:59 +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: <1599413692.b5729152a5dac9d91ccc84b4f1a9982c0d9922a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/portend/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/portend/portend-2.6.ebuild X-VCS-Directories: dev-python/portend/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b5729152a5dac9d91ccc84b4f1a9982c0d9922a0 X-VCS-Branch: master Date: Sun, 6 Sep 2020 17:34:59 +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: 5126f3de-cac7-4cc6-a418-48d3f2631521 X-Archives-Hash: 512faa9422272590f18da7060f56675d commit: b5729152a5dac9d91ccc84b4f1a9982c0d9922a0 Author: Sam James gentoo org> AuthorDate: Sun Sep 6 17:31:33 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 6 17:34:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5729152 dev-python/portend: ppc64 stable (bug #733850) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-python/portend/portend-2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/portend/portend-2.6.ebuild b/dev-python/portend/portend-2.6.ebuild index 32b39420da2..036c10a3c95 100644 --- a/dev-python/portend/portend-2.6.ebuild +++ b/dev-python/portend/portend-2.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="test" RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"