summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-01-13 07:09:43 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-01-13 08:10:22 -0500
commitb08df7e53b78c4fe5a2ea8e322e103c418a2ee29 (patch)
tree7911e7d4f7c15e42bf1fdbef45eacb49d23cc552
parentmedia-libs/libplacebo: adjust vulkan-headers comment (diff)
downloadgentoo-b08df7e53b78c4fe5a2ea8e322e103c418a2ee29.tar.gz
gentoo-b08df7e53b78c4fe5a2ea8e322e103c418a2ee29.tar.bz2
gentoo-b08df7e53b78c4fe5a2ea8e322e103c418a2ee29.zip
x11-terms/kitty: adjust go dep to match eclass
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--x11-terms/kitty/kitty-0.31.0.ebuild5
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-terms/kitty/kitty-0.31.0.ebuild b/x11-terms/kitty/kitty-0.31.0.ebuild
index 651aa99e8fcc..ce3ee5eb6d93 100644
--- a/x11-terms/kitty/kitty-0.31.0.ebuild
+++ b/x11-terms/kitty/kitty-0.31.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -68,9 +68,10 @@ DEPEND="
)
wayland? ( dev-libs/wayland-protocols )
"
+# bug #919751 wrt go subslot
BDEPEND="
${PYTHON_DEPS}
- >=dev-lang/go-1.21
+ >=dev-lang/go-1.21:=
sys-libs/ncurses
virtual/pkgconfig
test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index 40e4c5d20049..ad738d565f30 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -68,9 +68,10 @@ DEPEND="
)
wayland? ( dev-libs/wayland-protocols )
"
+# bug #919751 wrt go subslot
BDEPEND="
${PYTHON_DEPS}
- >=dev-lang/go-1.21
+ >=dev-lang/go-1.21:=
sys-libs/ncurses
virtual/pkgconfig
test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )