summaryrefslogtreecommitdiff
path: root/app-text/pandoc/pandoc-1.15.0.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/pandoc/pandoc-1.15.0.6.ebuild')
-rw-r--r--app-text/pandoc/pandoc-1.15.0.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/pandoc/pandoc-1.15.0.6.ebuild b/app-text/pandoc/pandoc-1.15.0.6.ebuild
index 7a70c85e7bf8..22d82ef329b7 100644
--- a/app-text/pandoc/pandoc-1.15.0.6.ebuild
+++ b/app-text/pandoc/pandoc-1.15.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
-IUSE="embed_data_files +https +network-uri trypandoc"
+IUSE="embed-data-files +https +network-uri trypandoc"
RESTRICT=test # likes to break on highlighting-kate update
@@ -74,7 +74,7 @@ DEPEND="${RDEPEND}
>=dev-haskell/test-framework-0.3 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4
>=dev-haskell/test-framework-quickcheck2-0.2.9 <dev-haskell/test-framework-quickcheck2-0.4 )
- embed_data_files? ( dev-haskell/hsb2hs )
+ embed-data-files? ( dev-haskell/hsb2hs )
"
src_prepare() {
@@ -83,7 +83,7 @@ src_prepare() {
src_configure() {
haskell-cabal_src_configure \
- $(cabal_flag embed_data_files embed_data_files) \
+ $(cabal_flag embed-data-files embed_data_files) \
$(cabal_flag https https) \
$(cabal_flag network-uri network-uri) \
$(cabal_flag trypandoc trypandoc)