From cea93090ee5b568aac2db83db25f17d4996cd52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 9 Jun 2024 00:31:50 +0200 Subject: [PATCH] dev-ml/opam-core: workaround bug #933845 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/933845 Signed-off-by: Maciej Barć --- dev-ml/opam-core/opam-core-2.1.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 d24631cb09355..404e055d648eb 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() {