Skip to content

Commit

Permalink
app-misc/tmux: Synced/fixed dependencies.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Mar 25, 2019
1 parent 34b6856 commit f227885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app-misc/tmux/tmux-2.8-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BDEPEND="
virtual/pkgconfig"

RDEPEND="
${CDEPEND}
${DEPEND}
selinux? ( sec-policy/selinux-screen )
vim-syntax? ( app-vim/vim-tmux )"

Expand Down
9 changes: 4 additions & 5 deletions app-misc/tmux/tmux-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,19 @@ LICENSE="ISC"
SLOT="0"
IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"

CDEPEND="
DEPEND="
dev-libs/libevent:0=
sys-libs/ncurses:0=
utempter? (
kernel_linux? ( sys-libs/libutempter )
kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) )
)"

DEPEND="
${CDEPEND}
BDEPEND="
virtual/pkgconfig"

RDEPEND="
${CDEPEND}
${DEPEND}
selinux? ( sec-policy/selinux-screen )
vim-syntax? ( app-vim/vim-tmux )"

Expand All @@ -43,7 +42,7 @@ DOCS=( CHANGES README TODO )
PATCHES=(
"${FILESDIR}/${PN}-2.4-flags.patch"

# usptream fixes (can be removed with next version bump)
# upstream fixes (can be removed with next version bump)
)

S="${WORKDIR}/${P/_/-}"
Expand Down

0 comments on commit f227885

Please sign in to comment.