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 A41A7158091 for ; Mon, 6 Jun 2022 16:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4613E0837; Mon, 6 Jun 2022 16:28:16 +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 A6FDEE0837 for ; Mon, 6 Jun 2022 16:28:16 +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 92B3D341AE1 for ; Mon, 6 Jun 2022 16:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ECF24F5 for ; Mon, 6 Jun 2022 16:28:13 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1654462678.b7db4485fce94c75d4ad6e1e9414eb207233f606.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/graphene/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphene/graphene-3.0.0.ebuild X-VCS-Directories: dev-python/graphene/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b7db4485fce94c75d4ad6e1e9414eb207233f606 X-VCS-Branch: master Date: Mon, 6 Jun 2022 16:28:13 +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: fe28f330-b9b5-450d-ba00-14de65e6bf48 X-Archives-Hash: 56b8263d31333c649fe81277a89b337f commit: b7db4485fce94c75d4ad6e1e9414eb207233f606 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jun 5 20:55:45 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jun 5 20:57:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7db4485 dev-python/graphene: unkeyword 3.0.0 for ~x86 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/graphene/graphene-3.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/graphene/graphene-3.0.0.ebuild b/dev-python/graphene/graphene-3.0.0.ebuild index 37939dd17..92c4b346e 100644 --- a/dev-python/graphene/graphene-3.0.0.ebuild +++ b/dev-python/graphene/graphene-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/graphql-python/${PN}/archive/v${MY_PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/aniso8601[${PYTHON_USEDEP}]