app-misc/tmux: block app-vim/vim-tmux in 2.5-r1
authorDaniel Campbell <zlg@gentoo.org>
Fri, 4 Aug 2017 07:31:09 +0000 (00:31 -0700)
committerDaniel Campbell <zlg@gentoo.org>
Fri, 4 Aug 2017 07:32:51 +0000 (00:32 -0700)
Fixes file collision bug already fixed in 2.5-r2 (bug 603526)

Bug: 627032
Bug-URL: https://bugs.gentoo.org/627032

See-Also: https://bugs.gentoo.org/603526
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-misc/tmux/metadata.xml
app-misc/tmux/tmux-2.5-r1.ebuild

index e1d25f391377f81bdd83191bf387759acd0715c0..b1ac7e3066623a5c3d060cf30e0b8714afd61471 100644 (file)
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>shell-tools@gentoo.org</email>
-    <name>Gentoo Shell Tools Project</name>
-  </maintainer>
-  <use>
-    <flag name="utempter">Include libutempter support</flag>
-  </use>
-  <longdescription>
+       <maintainer type="project">
+               <email>shell-tools@gentoo.org</email>
+               <name>Gentoo Shell Tools Project</name>
+       </maintainer>
+       <use>
+               <flag name="utempter">Include libutempter support</flag>
+       </use>
+       <longdescription>
                tmux is a "terminal multiplexer", it enables a number of terminals
                (or windows) to be accessed and controlled from a single terminal.
                tmux is intended to be a simple, modern, BSD-licensed alternative to
                programs such as <pkg>app-misc/screen</pkg>.
        </longdescription>
-  <upstream>
-    <remote-id type="github">tmux/tmux</remote-id>
-  </upstream>
+       <upstream>
+               <remote-id type="github">tmux/tmux</remote-id>
+       </upstream>
 </pkgmetadata>
index 41a775981641d65713e04fda16ba8f176f0b0d25..75e26c553b7ce9b56c0062a22be22a849b2be0f7 100644 (file)
@@ -14,7 +14,10 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug selinux utempter vim-syntax kernel_FreeBSD kernel_linux"
 
+# Blocking app-vim/vim-tmux due to file collision, fixed in -r2
+# fixes bug 627032
 CDEPEND="
+       !app-vim/vim-tmux
        dev-libs/libevent:0=
        sys-libs/ncurses:0=
        utempter? (