diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-03-29 11:29:21 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2018-03-29 11:29:21 +0200 |
commit | 45e3377c3000b7cab7750d5ba8ee0d0c3c39d925 (patch) | |
tree | b668140db4c5db760b737dd32a948394ca19f1f6 /app-misc | |
parent | app-misc/dvtm: drop obsolete ebuild (diff) | |
download | gentoo-45e3377c3000b7cab7750d5ba8ee0d0c3c39d925.tar.gz gentoo-45e3377c3000b7cab7750d5ba8ee0d0c3c39d925.tar.bz2 gentoo-45e3377c3000b7cab7750d5ba8ee0d0c3c39d925.zip |
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
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/dvtm/dvtm-0.15-r2.ebuild | 10 |
1 files 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 85881fa21951..bc1f7d84a70e 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 ) |