commit: f227885a3373f69b819406915e4f67be8dcea321
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 15:08:01 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 15:08:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f227885a
app-misc/tmux: Synced/fixed dependencies.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
app-misc/tmux/tmux-2.8-r2.ebuild | 2 +-
app-misc/tmux/tmux-9999.ebuild | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/app-misc/tmux/tmux-2.8-r2.ebuild b/app-misc/tmux/tmux-2.8-r2.ebuild
index 851cb2d6a79..f858b891207 100644
--- a/app-misc/tmux/tmux-2.8-r2.ebuild
+++ b/app-misc/tmux/tmux-2.8-r2.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
virtual/pkgconfig"
RDEPEND="
- ${CDEPEND}
+ ${DEPEND}
selinux? ( sec-policy/selinux-screen )
vim-syntax? ( app-vim/vim-tmux )"
diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index b90f954d704..89ef1ddd0dc 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -21,7 +21,7 @@ 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? (
@@ -29,12 +29,11 @@ CDEPEND="
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 )"
@@ -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/_/-}"