Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 916053
Collapse All | Expand All

(-)a/app-misc/tmux/metadata.xml (+1 lines)
Lines 7-12 Link Here
7
	</maintainer>
7
	</maintainer>
8
	<use>
8
	<use>
9
		<flag name="utempter">Include libutempter support</flag>
9
		<flag name="utempter">Include libutempter support</flag>
10
        <flag name="sixel">Include SIXEL graphics support</flag>
10
	</use>
11
	</use>
11
	<longdescription>
12
	<longdescription>
12
		tmux is a "terminal multiplexer", it enables a number of terminals
13
		tmux is a "terminal multiplexer", it enables a number of terminals
(-)a/app-misc/tmux/tmux-9999.ebuild (-1 / +2 lines)
Lines 21-27 fi Link Here
21
21
22
LICENSE="ISC"
22
LICENSE="ISC"
23
SLOT="0"
23
SLOT="0"
24
IUSE="debug selinux systemd utempter vim-syntax"
24
IUSE="debug selinux systemd utempter vim-syntax +sixel"
25
25
26
# See https://github.com/tmux/tmux/issues/3531 for minimum ncurses version
26
# See https://github.com/tmux/tmux/issues/3531 for minimum ncurses version
27
DEPEND="
27
DEPEND="
Lines 64-69 src_configure() { Link Here
64
		$(use_enable debug)
64
		$(use_enable debug)
65
		$(use_enable systemd)
65
		$(use_enable systemd)
66
		$(use_enable utempter)
66
		$(use_enable utempter)
67
		$(use_enable sixel)
67
68
68
		# For now, we only expose this for macOS, because
69
		# For now, we only expose this for macOS, because
69
		# upstream strongly encourage it. I'm not sure it's
70
		# upstream strongly encourage it. I'm not sure it's

Return to bug 916053