slyfox 15/08/02 11:05:41 Modified: tasty-0.7.ebuild ChangeLog Log: Drop dev-haskell/deepseq depend. ghc bundles it for a long while and we are using that version. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.2 dev-haskell/tasty/tasty-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild?r1=1.1&r2=1.2 Index: tasty-0.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tasty-0.7.ebuild 12 Mar 2014 20:55:33 -0000 1.1 +++ tasty-0.7.ebuild 2 Aug 2015 11:05:41 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v 1.1 2014/03/12 20:55:33 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v 1.2 2015/08/02 11:05:41 slyfox Exp $ EAPI=5 @@ -18,8 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+colors" -RDEPEND=">=dev-haskell/deepseq-1.3:=[profile?] - >=dev-haskell/either-4.0:=[profile?] +RDEPEND=">=dev-haskell/either-4.0:=[profile?] dev-haskell/mtl:=[profile?] >=dev-haskell/optparse-applicative-0.6:=[profile?] >=dev-haskell/regex-tdfa-1.1.8:=[profile?] 1.11 dev-haskell/tasty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 17 Jul 2015 09:22:38 -0000 1.10 +++ ChangeLog 2 Aug 2015 11:05:41 -0000 1.11 @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/tasty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.10 2015/07/17 09:22:38 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.11 2015/08/02 11:05:41 slyfox Exp $ + + 02 Aug 2015; Sergei Trofimovich <[email protected]> tasty-0.7.ebuild: + Drop dev-haskell/deepseq depend. ghc bundles it for a long while and we are + using that version. *tasty-0.10.1.2 (17 Jul 2015)
