dev-ml/opam-core: workaround bug #933845

Closes: https://bugs.gentoo.org/933845
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-06-09 00:31:50 +02:00
parent 6e5b6388a5
commit cea93090ee

View File

@@ -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() {