diff options
author | Sam James <sam@gentoo.org> | 2021-01-24 17:24:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-24 17:26:23 +0000 |
commit | b73ab6221f5e67d38f9ac48368a04f0674af7046 (patch) | |
tree | d500af0aa32bc083003ae2a289d1b922c2192517 /dev-ml/ocamlbuild | |
parent | dev-ml/ocamlbuild: port to EAPI 7 (diff) | |
download | gentoo-b73ab6221f5e67d38f9ac48368a04f0674af7046.tar.gz gentoo-b73ab6221f5e67d38f9ac48368a04f0674af7046.tar.bz2 gentoo-b73ab6221f5e67d38f9ac48368a04f0674af7046.zip |
dev-ml/ocamlbuild: port to EAPI 7
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlbuild')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild index 2a5bff687188..fc4760420dd5 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0.ebuild @@ -20,9 +20,9 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} test? ( dev-ml/findlib )" -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch -} +PATCHES=( + "${FILESDIR}"/${PN}-0.14.0-Disable-tests-failing-with-OCaml-4.08.0.patch +) src_configure() { emake -f configure.make Makefile.config \ |