diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-22 15:35:32 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-22 15:41:03 -0500 |
commit | b858274bf2e1014b2209ac17a0a9843c7162ecf5 (patch) | |
tree | d089393e173100fbc8514210a9854eb38fcda2fa /x11-terms | |
parent | dev-util/gpp: Stabilize 2.27 x86, #882523 (diff) | |
download | gentoo-b858274bf2e1014b2209ac17a0a9843c7162ecf5.tar.gz gentoo-b858274bf2e1014b2209ac17a0a9843c7162ecf5.tar.bz2 gentoo-b858274bf2e1014b2209ac17a0a9843c7162ecf5.zip |
x11-terms/kitty: update licenses and min req for go in live
+ZLIB from glfw
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 46e484ae0258..d3cb934da770 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -21,7 +21,8 @@ fi DESCRIPTION="Fast, feature-rich, GPU-based terminal" HOMEPAGE="https://sw.kovidgoyal.net/kitty/" -LICENSE="GPL-3" +LICENSE="GPL-3 ZLIB" +LICENSE+=" Apache-2.0 BSD MIT" # go SLOT="0" IUSE="+X test wayland" REQUIRED_USE=" @@ -60,7 +61,7 @@ DEPEND=" wayland? ( dev-libs/wayland-protocols )" BDEPEND=" ${PYTHON_DEPS} - dev-lang/go + >=dev-lang/go-1.19 sys-libs/ncurses virtual/pkgconfig test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') ) |