diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-03-07 17:56:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-03-07 17:56:06 +0000 |
commit | 8f7c4e2fe3ed33504647345c3351e4536fafcb26 (patch) | |
tree | 2929b4574fa9195f960338c195566a067998940a /app-emulation/ganeti-htools/files | |
parent | kwin-4.8 needs at least some opengl to build, bug 402029 (diff) | |
download | historical-8f7c4e2fe3ed33504647345c3351e4536fafcb26.tar.gz historical-8f7c4e2fe3ed33504647345c3351e4536fafcb26.tar.bz2 historical-8f7c4e2fe3ed33504647345c3351e4536fafcb26.zip |
Fixed USE=test to use QuickCheck-1.* (fixes bug #316629 by Diego Elio Pettenò and others). Added package to haskell herd as well.
Package-Manager: portage-2.2.0_alpha89_p3/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/ganeti-htools/files')
-rw-r--r-- | app-emulation/ganeti-htools/files/ganeti-htools-0.2.8-use-QC-1.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emulation/ganeti-htools/files/ganeti-htools-0.2.8-use-QC-1.patch b/app-emulation/ganeti-htools/files/ganeti-htools-0.2.8-use-QC-1.patch new file mode 100644 index 000000000000..fd7943fe7057 --- /dev/null +++ b/app-emulation/ganeti-htools/files/ganeti-htools-0.2.8-use-QC-1.patch @@ -0,0 +1,14 @@ +diff --git a/Makefile b/Makefile +index 5e189fc..bfdf175 100644 +--- a/Makefile ++++ b/Makefile +@@ -20,7 +20,8 @@ $(HALLPROGS): %: %.hs Ganeti/HTools/Version.hs $(HSRCS) Makefile + + test live-test: HEXTRA=-fhpc -Wwarn -fno-warn-missing-signatures \ + -fno-warn-monomorphism-restriction -fno-warn-orphans \ +- -fno-warn-missing-methods -fno-warn-unused-imports ++ -fno-warn-missing-methods -fno-warn-unused-imports \ ++ -package $(shell ghc-pkg list | sed -n '/ QuickCheck-1./p') + + $(DOCS) : %.html : % + rst2html -v --strict $< $@ |