summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-31 20:41:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-31 20:41:32 +0000
commitf64fdc6b31db7804af65fb8f43cc983e6328e580 (patch)
tree3b63cb0abebc3fc9ea45c034f338fc0917228c2c /sci-biology
parentQA: drop maximum boost version dep; if it fails to build, it has to be fixed. (diff)
downloadgentoo-2-f64fdc6b31db7804af65fb8f43cc983e6328e580.tar.gz
gentoo-2-f64fdc6b31db7804af65fb8f43cc983e6328e580.tar.bz2
gentoo-2-f64fdc6b31db7804af65fb8f43cc983e6328e580.zip
QA: drop maximum boost version dep; if it fails to build, it has to be fixed.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/rmblast/ChangeLog8
-rw-r--r--sci-biology/rmblast/rmblast-1.2.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-biology/rmblast/ChangeLog b/sci-biology/rmblast/ChangeLog
index ff594177d861..a02830336254 100644
--- a/sci-biology/rmblast/ChangeLog
+++ b/sci-biology/rmblast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/rmblast
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.2 2011/05/02 09:39:39 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.3 2012/10/31 20:41:32 flameeyes Exp $
+
+ 31 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> rmblast-1.2.ebuild:
+ QA: drop maximum boost version dep; if it fails to build, it has to be fixed.
02 May 2011; Justin Lecher <jlec@gentoo.org> rmblast-1.2.ebuild:
Removed redundant src_install
@@ -10,4 +13,3 @@
06 Nov 2010; Andrey Kislyuk <weaver@gentoo.org> +rmblast-1.2.ebuild,
+metadata.xml:
New package, dependency of sci-biology/repeatmasker. Ebuild written by me
-
diff --git a/sci-biology/rmblast/rmblast-1.2.ebuild b/sci-biology/rmblast/rmblast-1.2.ebuild
index 85ccce739093..97cb62edc70b 100644
--- a/sci-biology/rmblast/rmblast-1.2.ebuild
+++ b/sci-biology/rmblast/rmblast-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.2 2011/05/02 09:39:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2.ebuild,v 1.3 2012/10/31 20:41:32 flameeyes Exp $
EAPI="3"
@@ -17,7 +17,7 @@ SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"
-DEPEND="~dev-libs/boost-1.35.0"
+DEPEND=">=dev-libs/boost-1.35.0"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${P}-ncbi-blast-${MY_NCBI_BLAST_V}-src/c++"