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 53FD7158091 for ; Sun, 5 Jun 2022 21:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92FC0E092F; Sun, 5 Jun 2022 21:08:26 +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 773DDE092F for ; Sun, 5 Jun 2022 21:08:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AFEE341D25 for ; Sun, 5 Jun 2022 21:08:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44E4A4F5 for ; Sun, 5 Jun 2022 21:08:23 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1654463206.5c094a5fd3ccecd3a269a015356ce5a1c5861451.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphql-relay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphql-relay/graphql-relay-3.1.0.ebuild X-VCS-Directories: dev-python/graphql-relay/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 5c094a5fd3ccecd3a269a015356ce5a1c5861451 X-VCS-Branch: dev Date: Sun, 5 Jun 2022 21:08:23 +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: 5282d19a-ca6e-4e56-9c4d-ddcc44af39b6 X-Archives-Hash: a4d13efea052a2859cbd168cc9959713 commit: 5c094a5fd3ccecd3a269a015356ce5a1c5861451 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jun 5 21:06:46 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Jun 5 21:06:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c094a5f dev-python/graphql-relay: unkeyword 3.1.0 for ~x86 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/graphql-relay/graphql-relay-3.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild b/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild index 845f7edc6..5b110ca33 100644 --- a/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild +++ b/dev-python/graphql-relay/graphql-relay-3.1.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND="dev-python/graphql-core[${PYTHON_USEDEP}]" BDEPEND="