diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-29 07:32:40 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-12-29 07:32:40 +0000 |
commit | 8f233becd95827de8da125770f3bd1fa51ddddee (patch) | |
tree | b33fe228aa1adaea5f3264f22ede1aa87accf2e6 /app-text/pandoc | |
parent | Allow ghc-7.7. (diff) | |
download | gentoo-2-8f233becd95827de8da125770f3bd1fa51ddddee.tar.gz gentoo-2-8f233becd95827de8da125770f3bd1fa51ddddee.tar.bz2 gentoo-2-8f233becd95827de8da125770f3bd1fa51ddddee.zip |
Tie diff depend to 0.1 (fails tests with 0.2 for now).
(Portage version: 2.2.0_alpha149_p11/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-text/pandoc')
-rw-r--r-- | app-text/pandoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.9.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pandoc/ChangeLog b/app-text/pandoc/ChangeLog index 8a5d49801fc5..21e6ee2d20fc 100644 --- a/app-text/pandoc/ChangeLog +++ b/app-text/pandoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pandoc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.13 2012/12/16 14:07:14 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.14 2012/12/29 07:32:40 slyfox Exp $ + + 29 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> pandoc-1.9.4.5.ebuild: + Tie diff depend to 0.1 (fails tests with 0.2 for now). 16 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> +files/pandoc-1.9.4.5-disable-writes-other-man.patch, diff --git a/app-text/pandoc/pandoc-1.9.4.5.ebuild b/app-text/pandoc/pandoc-1.9.4.5.ebuild index 2bb895f3f01d..eb1febe43bc2 100644 --- a/app-text/pandoc/pandoc-1.9.4.5.ebuild +++ b/app-text/pandoc/pandoc-1.9.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.4.5.ebuild,v 1.3 2012/12/16 14:07:14 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.4.5.ebuild,v 1.4 2012/12/29 07:32:40 slyfox Exp $ EAPI=5 @@ -55,7 +55,7 @@ RDEPEND=">=dev-haskell/base64-bytestring-0.1:=[profile?] >=dev-lang/ghc-7.4.2:=" DEPEND="${RDEPEND} test? ( =dev-haskell/ansi-terminal-0.5* - dev-haskell/diff + =dev-haskell/diff-0.1* =dev-haskell/hunit-1.2* >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.6 |