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 CD5F11581F2 for ; Fri, 10 Jan 2025 10:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C26AE07EE; Fri, 10 Jan 2025 09:54:58 +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 33410E07EE for ; Fri, 10 Jan 2025 09:54:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 922D8340C77 for ; Fri, 10 Jan 2025 09:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248821DD9 for ; Fri, 10 Jan 2025 09:54:25 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736502834.7d4f18c380e13b5106b531fc0bb477baeb1ce64d.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygdbmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild X-VCS-Directories: dev-python/pygdbmi/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 7d4f18c380e13b5106b531fc0bb477baeb1ce64d X-VCS-Branch: master Date: Fri, 10 Jan 2025 09:54:25 +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: 0fbeff4b-d030-45d0-b758-fb6b6f699231 X-Archives-Hash: 8318d1c8f908885fc4ce25743c1e0259 commit: 7d4f18c380e13b5106b531fc0bb477baeb1ce64d Author: WANG Xuerui gentoo org> AuthorDate: Fri Jan 10 09:02:16 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 10 09:53:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4f18c3 dev-python/pygdbmi: keyword 0.11.0.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild index 54def8ffdf76..77feef279ffc 100644 --- a/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild +++ b/dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" RDEPEND=" >=dev-debug/gdb-9.6