diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-08 15:45:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-08 15:09:15 +0000 |
commit | da5e152c604dfeb14caf7adfa3db9c36d0f004e4 (patch) | |
tree | e46e6b4ffe445d6d49a1c01cb0f75afbf883fb90 /dev-lang | |
parent | dev-python/zstandard: Revert 0.15.1 to ~arch (diff) | |
download | gentoo-da5e152c604dfeb14caf7adfa3db9c36d0f004e4.tar.gz gentoo-da5e152c604dfeb14caf7adfa3db9c36d0f004e4.tar.bz2 gentoo-da5e152c604dfeb14caf7adfa3db9c36d0f004e4.zip |
dev-lang/ocaml: fixing patching, remove unused eutils eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/774867
Closes: https://github.com/gentoo/gentoo/pull/19831
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ocaml-4.05.0-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild b/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild index ecf884d0ff1a..c05a2cadaf49 100644 --- a/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild +++ b/dev-lang/ocaml/ocaml-4.05.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic eutils multilib toolchain-funcs +inherit flag-o-matic multilib toolchain-funcs PATCHLEVEL="9" MY_P="${P/_/-}" @@ -49,9 +49,8 @@ pkg_setup() { } src_prepare() { - EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" + EPATCH_SUFFIX="patch" eapply "${WORKDIR}/patches" default - } src_configure() { |