summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-07-06 11:12:45 +0000
committerJustin Lecher <jlec@gentoo.org>2014-07-06 11:12:45 +0000
commit7754bba54d7dfc88201d7c724cb8039d8ec34974 (patch)
tree206382c8702308a1a5ab2e4fb16f30964fb30566 /sci-biology/abyss
parentapp-office/texstudio: version BUmp, #515862 (diff)
downloadgentoo-2-7754bba54d7dfc88201d7c724cb8039d8ec34974.tar.gz
gentoo-2-7754bba54d7dfc88201d7c724cb8039d8ec34974.tar.bz2
gentoo-2-7754bba54d7dfc88201d7c724cb8039d8ec34974.zip
sci-biology/abyss: Add missing dep on boost, #515156
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/abyss')
-rw-r--r--sci-biology/abyss/ChangeLog7
-rw-r--r--sci-biology/abyss/abyss-1.3.6.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-biology/abyss/ChangeLog b/sci-biology/abyss/ChangeLog
index 7a534728cf26..ee15a902a973 100644
--- a/sci-biology/abyss/ChangeLog
+++ b/sci-biology/abyss/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/abyss
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/ChangeLog,v 1.19 2013/08/11 14:55:22 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/ChangeLog,v 1.20 2014/07/06 11:12:45 jlec Exp $
+
+ 06 Jul 2014; Justin Lecher <jlec@gentoo.org> abyss-1.3.6.ebuild:
+ Add missing dep on boost, #515156
*abyss-1.3.6 (11 Aug 2013)
diff --git a/sci-biology/abyss/abyss-1.3.6.ebuild b/sci-biology/abyss/abyss-1.3.6.ebuild
index fe0006ac4b5b..bcdd7a65e9f0 100644
--- a/sci-biology/abyss/abyss-1.3.6.ebuild
+++ b/sci-biology/abyss/abyss-1.3.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/abyss-1.3.6.ebuild,v 1.1 2013/08/11 14:55:22 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/abyss/abyss-1.3.6.ebuild,v 1.2 2014/07/06 11:12:45 jlec Exp $
EAPI=5
@@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND="
dev-cpp/sparsehash
+ dev-libs/boost
mpi? ( virtual/mpi )"
RDEPEND="${DEPEND}"