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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B22115800A for ; Wed, 9 Aug 2023 18:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 933932BC02C; Wed, 9 Aug 2023 18:14:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7905A2BC02C for ; Wed, 9 Aug 2023 18:14:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C30E33DF47 for ; Wed, 9 Aug 2023 18:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2048F3D for ; Wed, 9 Aug 2023 18:14:28 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1691604862.e8ab8ede291ce58b76ec8cd0f18f1dc47916e82a.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/httpie/httpie-3.2.1-r2.ebuild X-VCS-Directories: net-misc/httpie/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: e8ab8ede291ce58b76ec8cd0f18f1dc47916e82a X-VCS-Branch: master Date: Wed, 9 Aug 2023 18:14:28 +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: 3f5a5902-8a88-4fca-bc79-16ec8f6a6985 X-Archives-Hash: 09cd6cd65b1671d7e9049836883af047 commit: e8ab8ede291ce58b76ec8cd0f18f1dc47916e82a Author: Piotr Karbowski gentoo org> AuthorDate: Wed Aug 9 18:05:21 2023 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Wed Aug 9 18:14:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ab8ede net-misc/httpie: stabilize 3.2.1-r2. Includes the fix for ImportError on urllib. Closes: https://bugs.gentoo.org/909792 Closes: https://bugs.gentoo.org/910668 Signed-off-by: Piotr Karbowski gentoo.org> net-misc/httpie/httpie-3.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/httpie/httpie-3.2.1-r2.ebuild b/net-misc/httpie/httpie-3.2.1-r2.ebuild index db50e1e2094e..217a2307a2d1 100644 --- a/net-misc/httpie/httpie-3.2.1-r2.ebuild +++ b/net-misc/httpie/httpie-3.2.1-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/httpie/httpie/archive/${PV}.tar.gz -> ${P}.gh.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-python/charset-normalizer[${PYTHON_USEDEP}]