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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C4521581EC for ; Sat, 23 Nov 2024 11:36:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D43BCE0871; Sat, 23 Nov 2024 11:36:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C01CCE0871 for ; Sat, 23 Nov 2024 11:36:26 +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 5A71F33BE12 for ; Sat, 23 Nov 2024 11:36:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 071271F9A for ; Sat, 23 Nov 2024 11:36:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1732361763.ede5b1a3b0e89c9644f7e80681f3765a80beab6a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-line-profiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild X-VCS-Directories: dev-python/spyder-line-profiler/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ede5b1a3b0e89c9644f7e80681f3765a80beab6a X-VCS-Branch: master Date: Sat, 23 Nov 2024 11:36:22 +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: 466ec9b7-b0d8-428e-a2ab-0a6475241e2a X-Archives-Hash: 9b7cb0de5029c007956b6df113597ae9 commit: ede5b1a3b0e89c9644f7e80681f3765a80beab6a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 22 20:02:27 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 23 11:36:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede5b1a3 dev-python/spyder-line-profiler: unkeyword ~x86 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild | 2 +- dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild b/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild index 57c0b98e6716..f3cb403e07b6 100644 --- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild +++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.3.2.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64" RDEPEND=" dev-python/line-profiler[${PYTHON_USEDEP}] diff --git a/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild index c06691818746..b8f621e5b1b5 100644 --- a/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild +++ b/dev-python/spyder-line-profiler/spyder-line-profiler-0.4.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/line-profiler[${PYTHON_USEDEP}]