Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/
Date: Fri, 21 Jan 2022 13:27:46
Message-Id: 1642771645.fc9d3c02635721802b3905e8b6f91e2f8bb8e0f2.jsmolic@gentoo
1 commit: fc9d3c02635721802b3905e8b6f91e2f8bb8e0f2
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 13:26:25 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 13:27:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9d3c02
7
8 net-misc/httpie: Stabilize 2.6.0 amd64, #831647
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-misc/httpie/httpie-2.6.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/httpie/httpie-2.6.0.ebuild b/net-misc/httpie/httpie-2.6.0.ebuild
16 index a663fcd882b5..6582fb7ef3c3 100644
17 --- a/net-misc/httpie/httpie-2.6.0.ebuild
18 +++ b/net-misc/httpie/httpie-2.6.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/httpie/httpie/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31
32 RDEPEND="
33 dev-python/charset_normalizer[${PYTHON_USEDEP}]