x11-terms/kitty: pin 0.27.0 to =go-1.19*, live to >=1.20

0.27.0 only builds with 1.19.x as far as I can tell, was fixed to
build with 1.20 in live but then no longer builds with 1.19.

Imagine won't be that long until 0.27.1 so the pinning should
be short lived.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2023-02-03 01:09:48 -05:00
parent 5918f60202
commit fe05dcd76d
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ DEPEND="
wayland? ( dev-libs/wayland-protocols )"
BDEPEND="
${PYTHON_DEPS}
>=dev-lang/go-1.19
=dev-lang/go-1.19*
sys-libs/ncurses
virtual/pkgconfig
test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )

View File

@ -62,7 +62,7 @@ DEPEND="
wayland? ( dev-libs/wayland-protocols )"
BDEPEND="
${PYTHON_DEPS}
>=dev-lang/go-1.19
>=dev-lang/go-1.20
sys-libs/ncurses
virtual/pkgconfig
test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )