summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-02-26 15:41:19 +0100
committerFabian Groffen <grobian@gentoo.org>2016-02-26 15:41:19 +0100
commit698d41d85ad68fed62bea56201778a97143d2d2d (patch)
treef5eb71ba1165af8433291534542e1d7172f038b0 /app-misc/tmux/tmux-9999.ebuild
parentnet-misc/nxplayer: version bump (diff)
downloadgentoo-698d41d85ad68fed62bea56201778a97143d2d2d.tar.gz
gentoo-698d41d85ad68fed62bea56201778a97143d2d2d.tar.bz2
gentoo-698d41d85ad68fed62bea56201778a97143d2d2d.zip
app-misc/tmux: restrict utempter dependency by Yuta SATOH, bug #575712
Package-Manager: portage-2.2.27-prefix
Diffstat (limited to 'app-misc/tmux/tmux-9999.ebuild')
-rw-r--r--app-misc/tmux/tmux-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index 2709b1a41bdb..d71fba04d744 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -16,11 +16,12 @@ EGIT_REPO_URI="https://github.com/tmux/tmux.git"
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
-IUSE="debug selinux vim-syntax"
+IUSE="debug selinux vim-syntax kernel_FreeBSD kernel_linux"
CDEPEND="
>=dev-libs/libevent-2.0.10
- sys-libs/libutempter
+ kernel_linux? ( sys-libs/libutempter )
+ kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) )
sys-libs/ncurses:0="
DEPEND="${CDEPEND}
virtual/pkgconfig"