summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-09-30 08:30:23 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-09-30 08:31:15 +0100
commitfca878ac5e5a1e073a74254568077d5b40f4a083 (patch)
tree132fe8a8d99b72c588d7e5e34d7dc09e6546b5a0 /dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild
parentnet-libs/libnet: Add live ebuild (diff)
downloadgentoo-fca878ac5e5a1e073a74254568077d5b40f4a083.tar.gz
gentoo-fca878ac5e5a1e073a74254568077d5b40f4a083.tar.bz2
gentoo-fca878ac5e5a1e073a74254568077d5b40f4a083.zip
dev-haskell/pandoc-citeproc: convert IUSE underscore to dash
Reported-by: Michał Górny Closes: https://bugs.gentoo.org/695034 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild')
-rw-r--r--dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild
index 1172030256f2..0b2a203a2fd0 100644
--- a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild
+++ b/dev-haskell/pandoc-citeproc/pandoc-citeproc-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
@@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
-IUSE="+bibutils embed_data_files test_citeproc unicode_collation"
+IUSE="+bibutils embed-data-files test-citeproc unicode_collation"
RESTRICT=test # missing files
@@ -56,8 +56,8 @@ src_configure() {
haskell-cabal_src_configure \
$(cabal_flag bibutils bibutils) \
- $(cabal_flag embed_data_files embed_data_files) \
+ $(cabal_flag embed-data-files embed_data_files) \
--flag=-small_base \
- $(cabal_flag test_citeproc test_citeproc) \
+ $(cabal_flag test-citeproc test_citeproc) \
$(cabal_flag unicode_collation unicode_collation)
}