diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-06-09 00:31:50 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-06-09 01:11:49 +0200 |
commit | cea93090ee5b568aac2db83db25f17d4996cd52b (patch) | |
tree | c236c11db6337a3dd2461a720764bf21ae520d92 | |
parent | dev-ml/merlin: bump ocaml compat to 4.14.2 (diff) | |
download | gentoo-cea93090ee5b568aac2db83db25f17d4996cd52b.tar.gz gentoo-cea93090ee5b568aac2db83db25f17d4996cd52b.tar.bz2 gentoo-cea93090ee5b568aac2db83db25f17d4996cd52b.zip |
dev-ml/opam-core: workaround bug #933845
Closes: https://bugs.gentoo.org/933845
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | dev-ml/opam-core/opam-core-2.1.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ml/opam-core/opam-core-2.1.3.ebuild b/dev-ml/opam-core/opam-core-2.1.3.ebuild index d24631cb0935..404e055d648e 100644 --- a/dev-ml/opam-core/opam-core-2.1.3.ebuild +++ b/dev-ml/opam-core/opam-core-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,6 +38,9 @@ src_prepare() { (release (flags (:standard -warn-error -3-9)))) EOF + + # HACK: Probably bug in Makefile? Magic. See: https://bugs.gentoo.org/933845 + touch opam-installer.install || die } src_compile() { |