diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-09-18 11:04:06 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-09-18 11:04:06 +0000 |
commit | b6281394b3577eab658ab15902379b887df8388a (patch) | |
tree | 16ccd011d9e2937737a8b576bdfaf040935b19b9 | |
parent | sci-libs/scikits_learn: Drop broken python Abis; enhance test phase (diff) | |
download | gentoo-2-b6281394b3577eab658ab15902379b887df8388a.tar.gz gentoo-2-b6281394b3577eab658ab15902379b887df8388a.tar.bz2 gentoo-2-b6281394b3577eab658ab15902379b887df8388a.zip |
fix buildtime bug (#485284), thanks to klausman
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
-rw-r--r-- | app-text/pandoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.12.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/pandoc/ChangeLog b/app-text/pandoc/ChangeLog index 299e0f3af3fc..d7025c295832 100644 --- a/app-text/pandoc/ChangeLog +++ b/app-text/pandoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pandoc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.19 2013/09/17 17:15:50 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.20 2013/09/18 11:04:06 qnikst Exp $ + + 18 Sep 2013; Alexander Vershilov <qnikst@gentoo.org> pandoc-1.12.ebuild: + fix buildtime bug (#485284), thanks to klausman *pandoc-1.12 (17 Sep 2013) diff --git a/app-text/pandoc/pandoc-1.12.ebuild b/app-text/pandoc/pandoc-1.12.ebuild index f48debd8adff..64686bddb66f 100644 --- a/app-text/pandoc/pandoc-1.12.ebuild +++ b/app-text/pandoc/pandoc-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.ebuild,v 1.1 2013/09/17 17:15:50 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.ebuild,v 1.2 2013/09/18 11:04:06 qnikst Exp $ EAPI=5 @@ -51,6 +51,8 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?] " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10.0.0 + dev-haskell/alex + dev-haskell/happy test? ( >=dev-haskell/ansi-terminal-0.5 <dev-haskell/ansi-terminal-0.7 >=dev-haskell/diff-0.2 <dev-haskell/diff-0.4 >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3 |