Gentoo-Bug: 574172
* Fix GCC5 explicit conversion of 'nullptr' to 'bool'
* Fix overlong DESCRIPTION
Package-Manager: portage-2.2.27
// make the "tcmalloc: large alloc" messages from TCMallom disappear
// by setting the reporting environment variable to a very large value
// see: http://groups.google.com/group/google-perftools/browse_thread/thread/24a003fc35f3d470?pli=1
+--- a/src/mira/parameters.C
++++ b/src/mira/parameters.C
+@@ -2222,7 +2222,7 @@
+ MIRANOTIFY(Notify::FATAL, "File not found: " << pfile);
+ }
+
+- parse(fin, Pv, nullptr);
++ parse(fin, Pv, false);
+
+ fin.close();
+
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit autotools eutils multilib
-DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Solexa / Illumina"
+DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Illumina"
HOMEPAGE="http://www.chevreux.org/projects_mira.html"
SRC_URI="
http://sourceforge.net/projects/mira-assembler/files/MIRA/stable/"${PN}"-"${MY_PV}".tar.bz2
dev-libs/boost[threads]
dev-util/google-perftools"
DEPEND="${CDEPEND}
+ <sys-devel/flex-2.6.0
app-editors/vim-core
dev-libs/expat"
RDEPEND="${CDEPEND}"