Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/
Date: Tue, 11 Feb 2020 12:16:46
Message-Id: 1581423383.06fdd564feab79e8560966abafa1c0dbd1e91d58.mgorny@gentoo
1 commit: 06fdd564feab79e8560966abafa1c0dbd1e91d58
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:06:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fdd564
7
8 net-misc/httpie: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/httpie/httpie-1.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/httpie/httpie-1.0.3.ebuild b/net-misc/httpie/httpie-1.0.3.ebuild
16 index d65556fc1b0..4c1b60f7651 100644
17 --- a/net-misc/httpie/httpie-1.0.3.ebuild
18 +++ b/net-misc/httpie/httpie-1.0.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python2_7 python3_6 )
24 +PYTHON_COMPAT=( python3_6 )
25 PYTHON_REQ_USE="ssl(+)"
26
27 inherit bash-completion-r1 distutils-r1