diff options
author | 2025-01-10 17:02:16 +0800 | |
---|---|---|
committer | 2025-01-10 17:53:54 +0800 | |
commit | 7d4f18c380e13b5106b531fc0bb477baeb1ce64d (patch) | |
tree | 747da229c498f04662ed4fc791eb1fdf75ead304 /dev-python | |
parent | dev-libs/kirigami-addons: keyword 1.6.0 for ~loong (diff) | |
download | gentoo-7d4f18c380e13b5106b531fc0bb477baeb1ce64d.tar.gz gentoo-7d4f18c380e13b5106b531fc0bb477baeb1ce64d.tar.bz2 gentoo-7d4f18c380e13b5106b531fc0bb477baeb1ce64d.zip |
dev-python/pygdbmi: keyword 0.11.0.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pygdbmi/pygdbmi-0.11.0.0.ebuild | 4 |
1 files 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 |