sci-biology/mrbayes: Fix QA MissingSlotDep
authorDavid Seifert <soap@gentoo.org>
Sat, 14 May 2016 21:51:23 +0000 (23:51 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 14 May 2016 23:15:24 +0000 (01:15 +0200)
Package-Manager: portage-2.2.28

sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild

index 0c5a5015ecc7243c63af80bd3b670e7eef7c8d0e..6bd29535eb2768450812479d3f8e5826c27920a2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE="debug mpi readline"
 
 DEPEND="
-       sys-libs/ncurses
+       sys-libs/ncurses:0=
        mpi? ( virtual/mpi )
        readline? ( sys-libs/readline:0= )"
 RDEPEND="${DEPEND}"