diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-31 18:46:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-31 18:46:40 +0000 |
commit | 85dec0d239c3b6742d9ad282850019cf8afaed44 (patch) | |
tree | 59168d4c5f1bb0611434182e42c1d84e49bfa289 /sci-biology | |
parent | x86 stable, see bug 437814 (diff) | |
download | gentoo-2-85dec0d239c3b6742d9ad282850019cf8afaed44.tar.gz gentoo-2-85dec0d239c3b6742d9ad282850019cf8afaed44.tar.bz2 gentoo-2-85dec0d239c3b6742d9ad282850019cf8afaed44.zip |
Avoid using a slot depend since now boost is unslotted; remove pointless filter-ldflags for --as-needed.
(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/cufflinks/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/cufflinks/cufflinks-1.3.0.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-biology/cufflinks/ChangeLog b/sci-biology/cufflinks/ChangeLog index cb1ed076a7d6..f38eb484191f 100644 --- a/sci-biology/cufflinks/ChangeLog +++ b/sci-biology/cufflinks/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for sci-biology/cufflinks # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v 1.1 2012/02/05 03:56:55 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v 1.2 2012/10/31 18:46:40 flameeyes Exp $ + + 31 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> cufflinks-1.3.0.ebuild: + Avoid using a slot depend since now boost is unslotted; remove pointless + filter-ldflags for --as-needed. *cufflinks-1.3.0 (05 Feb 2012) 05 Feb 2012; Andrey Kislyuk <weaver@gentoo.org> +cufflinks-1.3.0.ebuild, +metadata.xml: New package, ebuild written by me - diff --git a/sci-biology/cufflinks/cufflinks-1.3.0.ebuild b/sci-biology/cufflinks/cufflinks-1.3.0.ebuild index 022929e39c30..9fafa4955cab 100644 --- a/sci-biology/cufflinks/cufflinks-1.3.0.ebuild +++ b/sci-biology/cufflinks/cufflinks-1.3.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild,v 1.1 2012/02/05 03:56:55 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0.ebuild,v 1.2 2012/10/31 18:46:40 flameeyes Exp $ EAPI=4 -inherit flag-o-matic autotools +inherit autotools DESCRIPTION="Transcript assembly, differential expression, and differential regulation for RNA-Seq" HOMEPAGE="http://cufflinks.cbcb.umd.edu/" @@ -16,13 +16,12 @@ IUSE="" KEYWORDS="~amd64 ~x86" DEPEND="sci-biology/samtools - dev-libs/boost:1.46" + =dev-libs/boost-1.46*" RDEPEND="${DEPEND}" MAKEOPTS="${MAKEOPTS} -j1" src_prepare() { - filter-ldflags -Wl,--as-needed eautoreconf } |