diff options
Diffstat (limited to 'app-text/pandoc/pandoc-1.12.3.1.ebuild')
-rw-r--r-- | app-text/pandoc/pandoc-1.12.3.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/pandoc/pandoc-1.12.3.1.ebuild b/app-text/pandoc/pandoc-1.12.3.1.ebuild index e8a57a00612b..4378f060ed4d 100644 --- a/app-text/pandoc/pandoc-1.12.3.1.ebuild +++ b/app-text/pandoc/pandoc-1.12.3.1.ebuild @@ -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/app-text/pandoc/pandoc-1.12.3.1.ebuild,v 1.1 2014/02/01 19:57:11 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.3.1.ebuild,v 1.2 2015/02/18 21:20:05 slyfox Exp $ EAPI=5 @@ -46,6 +46,7 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.8:=[profile?] >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.3:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?] >=dev-lang/ghc-7.0.1:= + embed_data_files? ( dev-haskell/hsb2hs ) http-conduit? ( >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-2.1:=[profile?] >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?] ) " |