From f227885a3373f69b819406915e4f67be8dcea321 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 25 Mar 2019 16:08:01 +0100 Subject: [PATCH] app-misc/tmux: Synced/fixed dependencies. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler --- 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 851cb2d6a792..f858b8912073 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 b90f954d704e..89ef1ddd0dc3 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/_/-}" -- 2.26.2