diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-02-03 01:09:48 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-02-03 01:14:41 -0500 |
commit | fe05dcd76d59344c1d0928be8c3a821239b69860 (patch) | |
tree | 05d6ae4f20641fc3df26da520259ff5a8def1202 /x11-terms | |
parent | dev-lang/go: drop 1.18.9, 1.18.10 (diff) | |
download | gentoo-fe05dcd76d59344c1d0928be8c3a821239b69860.tar.gz gentoo-fe05dcd76d59344c1d0928be8c3a821239b69860.tar.bz2 gentoo-fe05dcd76d59344c1d0928be8c3a821239b69860.zip |
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>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-0.27.0.ebuild | 2 | ||||
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/kitty/kitty-0.27.0.ebuild b/x11-terms/kitty/kitty-0.27.0.ebuild index cb94d9d457a5..bd2de5c39fb5 100644 --- a/x11-terms/kitty/kitty-0.27.0.ebuild +++ b/x11-terms/kitty/kitty-0.27.0.ebuild @@ -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}]') ) diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index cb94d9d457a5..835ba06f2ce4 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -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}]') ) |