app-misc/dvtm: add blocker for sys-libs/ncurses-6.1 file collisions
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Thu, 29 Mar 2018 09:22:28 +0000 (11:22 +0200)
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Thu, 29 Mar 2018 09:22:28 +0000 (11:22 +0200)
Bug: https://bugs.gentoo.org/show_bug.cgi?id=648472
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-misc/dvtm/dvtm-0.14-r1.ebuild [moved from app-misc/dvtm/dvtm-0.14.ebuild with 94% similarity]
app-misc/dvtm/dvtm-0.15-r2.ebuild [moved from app-misc/dvtm/dvtm-0.15-r1.ebuild with 94% similarity]

similarity index 94%
rename from app-misc/dvtm/dvtm-0.14.ebuild
rename to app-misc/dvtm/dvtm-0.14-r1.ebuild
index 3c57017af12d061236d8b88c03260908ccfb52a7..bbd504088eee5a2d493d69bd70ee11a6af83ab69 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,8 @@ SLOT="0"
 IUSE="unicode"
 
 DEPEND="sys-libs/ncurses:0=[unicode?]"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}
+       !>=sys-libs/ncurses-6.1"
 
 src_prepare() {
        sed -i \
similarity index 94%
rename from app-misc/dvtm/dvtm-0.15-r1.ebuild
rename to app-misc/dvtm/dvtm-0.15-r2.ebuild
index 8a4b03dec2eb8e4ae436c6386fecabb640dbbcf7..85881fa21951cf2dab095a4abbc30616a0f31ed1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,6 +23,7 @@ RDEPEND="sys-libs/ncurses:0=[unicode]"
 DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
+       !>=sys-libs/ncurses-6.1
 "
 PATCHES=(
        "${FILESDIR}"/${PN}-0.15-gentoo.patch