Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/graphene/
Date: Mon, 06 Jun 2022 16:28:17
Message-Id: 1654462678.b7db4485fce94c75d4ad6e1e9414eb207233f606.flow@gentoo
1 commit: b7db4485fce94c75d4ad6e1e9414eb207233f606
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 5 20:55:45 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 20:57:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7db4485
7
8 dev-python/graphene: unkeyword 3.0.0 for ~x86
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/graphene/graphene-3.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/graphene/graphene-3.0.0.ebuild b/dev-python/graphene/graphene-3.0.0.ebuild
16 index 37939dd17..92c4b346e 100644
17 --- a/dev-python/graphene/graphene-3.0.0.ebuild
18 +++ b/dev-python/graphene/graphene-3.0.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=8
25 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/graphql-python/${PN}/archive/v${MY_PV}.tar.gz -> ${P
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64"
31
32 RDEPEND="
33 dev-python/aniso8601[${PYTHON_USEDEP}]