summaryrefslogtreecommitdiff
path: root/app-misc/tmux/tmux-3.5-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/tmux/tmux-3.5-r1.ebuild')
-rw-r--r--app-misc/tmux/tmux-3.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-3.5-r1.ebuild b/app-misc/tmux/tmux-3.5-r1.ebuild
index 1be48e6b4f30..30be05d067f4 100644
--- a/app-misc/tmux/tmux-3.5-r1.ebuild
+++ b/app-misc/tmux/tmux-3.5-r1.ebuild
@@ -9,7 +9,6 @@ DESCRIPTION="Terminal multiplexer"
HOMEPAGE="https://tmux.github.io/"
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
- SRC_URI="https://raw.githubusercontent.com/przepompownia/tmux-bash-completion/678a27616b70c649c6701cae9cd8c92b58cc051b/completions/tmux -> tmux-bash-completion-678a27616b70c649c6701cae9cd8c92b58cc051b"
EGIT_REPO_URI="https://github.com/tmux/tmux.git"
else
SRC_URI="https://github.com/tmux/tmux/releases/download/${PV}/${P/_/-}.tar.gz"
@@ -21,7 +20,7 @@ fi
LICENSE="ISC"
SLOT="0"
-IUSE="debug jemalloc selinux systemd utempter vim-syntax"
+IUSE="debug jemalloc selinux sixel systemd utempter vim-syntax"
DEPEND="
dev-libs/libevent:=
@@ -71,6 +70,7 @@ src_configure() {
--sysconfdir="${EPREFIX}"/etc
$(use_enable debug)
$(use_enable jemalloc)
+ $(use_enable sixel)
$(use_enable systemd)
$(use_enable utempter)