mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user