From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1306151-garchives=archives.gentoo.org@lists.gentoo.org> 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 B7E1713934E for <garchives@archives.gentoo.org>; Mon, 26 Jul 2021 02:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B82FE0E18; Mon, 26 Jul 2021 02:14:49 +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 0B4C3E0E15 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 02:14: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 5FE9E342D37 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 02:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D17C84D for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 02:14:44 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1627265622.7b7d98c9e82db2f91dfe4365b76312f9aaee067c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpretty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpretty/httpretty-1.1.3.ebuild X-VCS-Directories: dev-python/httpretty/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b7d98c9e82db2f91dfe4365b76312f9aaee067c X-VCS-Branch: master Date: Mon, 26 Jul 2021 02:14:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78515f5c-2138-44cd-bbe0-51bfa24f4278 X-Archives-Hash: 455860e50f7719e23bb3d9bdb951bb13 commit: 7b7d98c9e82db2f91dfe4365b76312f9aaee067c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 26 02:13:42 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 02:13:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7d98c9 dev-python/httpretty: Stabilize 1.1.3 ppc64, #796065 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/httpretty/httpretty-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpretty/httpretty-1.1.3.ebuild b/dev-python/httpretty/httpretty-1.1.3.ebuild index 4038fbf78e1..d03757db570 100644 --- a/dev-python/httpretty/httpretty-1.1.3.ebuild +++ b/dev-python/httpretty/httpretty-1.1.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86" RDEPEND=" dev-python/urllib3[${PYTHON_USEDEP}]"