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: dev-python/ndg-httpsclient/
Date: Mon, 04 Jul 2022 06:57:42
Message-Id: 1656917840.d8bf9debde9022f14ba261fb4fe730e21f7d6747.mgorny@gentoo
1 commit: d8bf9debde9022f14ba261fb4fe730e21f7d6747
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 10:13:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 06:57:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bf9deb
7
8 dev-python/ndg-httpsclient: Remove keywords for wd40 arches
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
16 index 177c2705ffb8..14a0369430dd 100644
17 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.ebuild
18 +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.5.1.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 @@ S="${WORKDIR}/${P/-/_}"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-macos"
30 +KEYWORDS="amd64 arm arm64 ppc ppc64 ~s390 sparc x86 ~x64-macos"
31
32 RDEPEND="
33 dev-python/pyaes[${PYTHON_USEDEP}]