diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-25 16:08:01 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-25 16:08:57 +0100 |
commit | f227885a3373f69b819406915e4f67be8dcea321 (patch) | |
tree | 855d77f8dd7b4601e3afc12a76b897eb20ef6b7f /app-misc | |
parent | app-misc/tmux: Synced live ebuild. (diff) | |
download | gentoo-f227885a3373f69b819406915e4f67be8dcea321.tar.gz gentoo-f227885a3373f69b819406915e4f67be8dcea321.tar.bz2 gentoo-f227885a3373f69b819406915e4f67be8dcea321.zip |
app-misc/tmux: Synced/fixed dependencies.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-2.8-r2.ebuild | 2 | ||||
-rw-r--r-- | 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/_/-}" |