summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-02-24 09:00:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-02-24 09:00:44 +0000
commit1b0ef9a0800b86559169cab3e236dbb0c32d1db0 (patch)
tree5e2a421b3ce8c29359d51399ece3ac2afba0e634 /dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild
parentdev-python/click: Build docs using python2 (diff)
downloadgentoo-1b0ef9a0800b86559169cab3e236dbb0c32d1db0.tar.gz
gentoo-1b0ef9a0800b86559169cab3e236dbb0c32d1db0.tar.bz2
gentoo-1b0ef9a0800b86559169cab3e236dbb0c32d1db0.zip
dev-haskell/pandoc-citeproc: fix USE=-bibutils build, #516640
Reported-by: Thomas Beutin Bug: https://bugs.gentoo.org/516640 Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild')
-rw-r--r--dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild
index 3299e181aa30..1bfee4c5a32e 100644
--- a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild
+++ b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.8.1.3.ebuild
@@ -51,6 +51,10 @@ DEPEND="${RDEPEND}
embed_data_files? ( dev-haskell/hsb2hs )
"
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.9-no-binutils.patch
+}
+
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag bibutils bibutils) \