diff options
author | 2019-01-05 20:54:32 -0600 | |
---|---|---|
committer | 2019-01-05 20:55:48 -0600 | |
commit | 94dcb6780bcb0ff410f1f5222261f8056da59e75 (patch) | |
tree | cb012ca025b07d6a07d55cafa408e52e0059baa4 /x11-terms/kitty/kitty-9999.ebuild | |
parent | app-vim/fugitive: remove old (diff) | |
download | gentoo-94dcb6780bcb0ff410f1f5222261f8056da59e75.tar.gz gentoo-94dcb6780bcb0ff410f1f5222261f8056da59e75.tar.bz2 gentoo-94dcb6780bcb0ff410f1f5222261f8056da59e75.zip |
x11-terms/kitty: version bump to 0.13.2
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/kitty-9999.ebuild')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 37279b2e443f..74d2102fb6d1 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,7 +38,7 @@ COMMON_DEPS=" x11-libs/libxcb[xkb] wayland? ( dev-libs/wayland - >=dev-libs/wayland-protocols-1.12 + >=dev-libs/wayland-protocols-1.17 ) " RDEPEND=" @@ -52,7 +52,7 @@ DEPEND="${RDEPEND} [[ ${PV} == *9999 ]] && DEPEND+=" >=dev-python/sphinx-1.7[${PYTHON_USEDEP}]" PATCHES=( - "${FILESDIR}"/${PN}-0.11.0-flags.patch + "${FILESDIR}"/${PN}-0.13.2-flags.patch "${FILESDIR}"/${PN}-0.11.0-svg-icon.patch ) |