app-misc/tmux: Synced/fixed dependencies.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 25 Mar 2019 15:08:01 +0000 (16:08 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 25 Mar 2019 15:08:57 +0000 (16:08 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-misc/tmux/tmux-2.8-r2.ebuild
app-misc/tmux/tmux-9999.ebuild

index 851cb2d6a792489d0021aac109df753958b88e45..f858b8912073262d17360cf30f1e25b49e165ae3 100644 (file)
@@ -26,7 +26,7 @@ BDEPEND="
        virtual/pkgconfig"
 
 RDEPEND="
-       ${CDEPEND}
+       ${DEPEND}
        selinux? ( sec-policy/selinux-screen )
        vim-syntax? ( app-vim/vim-tmux )"
 
index b90f954d704eb3c6052f8282cca807bd01894bb8..89ef1ddd0dc3b5d4682fa8880f54313d5f03e93a 100644 (file)
@@ -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/_/-}"