jlec 14/09/25 15:21:35 Modified: ChangeLog cufflinks-1.3.0-r1.ebuild Log: sci-biology/cufflinks: Fix dep due to uncompatible samtools release (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.7 sci-biology/cufflinks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 5 Feb 2014 08:16:11 -0000 1.6 +++ ChangeLog 25 Sep 2014 15:21:35 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cufflinks # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v 1.6 2014/02/05 08:16:11 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/ChangeLog,v 1.7 2014/09/25 15:21:35 jlec Exp $ + + 25 Sep 2014; Justin Lecher <[email protected]> cufflinks-1.3.0-r1.ebuild: + Fix dep due to uncompatible samtools release *cufflinks-1.3.0-r1 (05 Feb 2014) 1.2 sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild?r1=1.1&r2=1.2 Index: cufflinks-1.3.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cufflinks-1.3.0-r1.ebuild 5 Feb 2014 08:16:11 -0000 1.1 +++ cufflinks-1.3.0-r1.ebuild 25 Sep 2014 15:21:35 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/02/05 08:16:11 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cufflinks/cufflinks-1.3.0-r1.ebuild,v 1.2 2014/09/25 15:21:35 jlec Exp $ EAPI=5 @@ -19,6 +19,7 @@ DEPEND=" >=sci-biology/samtools-0.1.18 + <sci-biology/samtools-1 dev-libs/boost:=" RDEPEND="${DEPEND}"
