commit: 726dec12c79cdd9d33b601a95612b4fad06575e1 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 18 13:25:20 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 18 13:25:20 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=726dec12
sci-biology/mrbayes: fix SLOT operators Package-Manager: portage-2.2.17 --- sci-biology/mrbayes/ChangeLog | 6 ++++-- sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-biology/mrbayes/ChangeLog b/sci-biology/mrbayes/ChangeLog index 0d081c1..ca36e0f 100644 --- a/sci-biology/mrbayes/ChangeLog +++ b/sci-biology/mrbayes/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-biology/mrbayes -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-biology/mrbayes/ChangeLog,v 1.19 2008/06/11 18:10:48 ken69267 Exp $ + 18 Feb 2015; Justin Lecher <[email protected]> mrbayes-3.1.2-r1.ebuild: + sci-biology/mrbayes: fix SLOT operators + 10 Nov 2014; Justin Lecher <[email protected]> mrbayes-3.1.2-r1.ebuild, metadata.xml: Bump EAPI @@ -89,4 +92,3 @@ 19 Jan 2005; Lina Pezzella <[email protected]> : Initial commit - diff --git a/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild b/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild index b83d6cf..9ead9a6 100644 --- a/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild +++ b/sci-biology/mrbayes/mrbayes-3.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -17,7 +17,7 @@ IUSE="mpi readline" DEPEND=" mpi? ( $(mpi_pkg_deplist) ) - readline? ( sys-libs/readline )" + readline? ( sys-libs/readline:0 )" RDEPEND="${DEPEND}" src_prepare() {
