summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-08-28 16:07:50 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-08-28 16:07:59 +0200
commita96ee4d1c3617820aa24b85953ba9593805a589a (patch)
tree5836eceffbe455c4d78bac272c847b8925e804ca /dev-ml
parentx11-misc/sddm: Version bump to 0.14.0 (diff)
downloadgentoo-a96ee4d1c3617820aa24b85953ba9593805a589a.tar.gz
gentoo-a96ee4d1c3617820aa24b85953ba9593805a589a.tar.bz2
gentoo-a96ee4d1c3617820aa24b85953ba9593805a589a.zip
dev-ml/ANSITerminal: fix build with oasis 0.4.7; bug #592288
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ANSITerminal/ANSITerminal-0.7.ebuild1
-rw-r--r--dev-ml/ANSITerminal/files/oasis.patch13
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-ml/ANSITerminal/ANSITerminal-0.7.ebuild b/dev-ml/ANSITerminal/ANSITerminal-0.7.ebuild
index d3bbbde4799a..4d582d0e2e74 100644
--- a/dev-ml/ANSITerminal/ANSITerminal-0.7.ebuild
+++ b/dev-ml/ANSITerminal/ANSITerminal-0.7.ebuild
@@ -21,5 +21,6 @@ IUSE=""
DOCS=( "README.txt" "AUTHORS.txt" )
src_prepare() {
+ epatch "${FILESDIR}/oasis.patch"
oasis setup || die
}
diff --git a/dev-ml/ANSITerminal/files/oasis.patch b/dev-ml/ANSITerminal/files/oasis.patch
new file mode 100644
index 000000000000..d95b446a0407
--- /dev/null
+++ b/dev-ml/ANSITerminal/files/oasis.patch
@@ -0,0 +1,13 @@
+Index: ANSITerminal-0.7/_oasis
+===================================================================
+--- ANSITerminal-0.7.orig/_oasis
++++ ANSITerminal-0.7/_oasis
+@@ -19,7 +19,7 @@ Library "ANSITerminal"
+ InternalModules: ANSITerminal_common
+ CSources: ANSITerminal_stubs.c
+ BuildDepends: unix, bytes
+-
++
+ Document API
+ Title: API reference for ANSITerminal
+ Type: OCamlbuild (0.3)