Skip to content

Commit

Permalink
app-misc/tmux: Add blocker for broken libevent versions
Browse files Browse the repository at this point in the history
Gentoo-Bug: 540456

Package-Manager: portage-2.2.22
  • Loading branch information
klausman committed Oct 6, 2015
1 parent 3f4430b commit f625f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-misc/tmux/tmux-1.9a.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ IUSE="debug selinux vim-syntax"

COMMON_DEPEND="
>=dev-libs/libevent-2.0.10
<dev-libs/libevent-2.5.1
sys-libs/ncurses"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
Expand Down
1 change: 1 addition & 0 deletions app-misc/tmux/tmux-2.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ IUSE="debug selinux vim-syntax"

CDEPEND="
>=dev-libs/libevent-2.0.10
<dev-libs/libevent-2.5.1
!sys-apps/utempter
sys-libs/ncurses"
DEPEND="${CDEPEND}
Expand Down

0 comments on commit f625f93

Please sign in to comment.