From b08df7e53b78c4fe5a2ea8e322e103c418a2ee29 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 13 Jan 2024 07:09:43 -0500 Subject: x11-terms/kitty: adjust go dep to match eclass Signed-off-by: Ionen Wolkens --- x11-terms/kitty/kitty-0.31.0.ebuild | 5 +++-- x11-terms/kitty/kitty-9999.ebuild | 5 +++-- 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}]') ) -- cgit v1.2.3-65-gdbad