commit:     45e3377c3000b7cab7750d5ba8ee0d0c3c39d925
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 29 09:29:21 2018 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 09:29:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e3377c

app-misc/dvtm: dev-libs/ncurses blocker needs to be run-time, not build-time

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/dvtm/dvtm-0.15-r2.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-misc/dvtm/dvtm-0.15-r2.ebuild 
b/app-misc/dvtm/dvtm-0.15-r2.ebuild
index 85881fa2195..bc1f7d84a70 100644
--- a/app-misc/dvtm/dvtm-0.15-r2.ebuild
+++ b/app-misc/dvtm/dvtm-0.15-r2.ebuild
@@ -19,12 +19,14 @@ fi
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND="sys-libs/ncurses:0=[unicode]"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
+COMMON_DEPEND="sys-libs/ncurses:0=[unicode]"
+RDEPEND="${COMMON_DEPEND}
        !>=sys-libs/ncurses-6.1
 "
+DEPEND="${COMMON_DEPEND}
+       virtual/pkgconfig
+"
+
 PATCHES=(
        "${FILESDIR}"/${PN}-0.15-gentoo.patch
 )

Reply via email to