From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2F0E15817D for ; Sat, 8 Jun 2024 23:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD097E2ABE; Sat, 8 Jun 2024 23:11:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2BD6E2ABE for ; Sat, 8 Jun 2024 23:11:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80C5F340C39 for ; Sat, 8 Jun 2024 23:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E117E1C5C for ; Sat, 8 Jun 2024 23:11:52 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1717888309.cea93090ee5b568aac2db83db25f17d4996cd52b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam-core/opam-core-2.1.3.ebuild X-VCS-Directories: dev-ml/opam-core/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: cea93090ee5b568aac2db83db25f17d4996cd52b X-VCS-Branch: master Date: Sat, 8 Jun 2024 23:11:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54369f44-c430-4c76-87d4-9b0c676e97c8 X-Archives-Hash: 3db9fde3a6344cffd385da1f8f3b6404 commit: cea93090ee5b568aac2db83db25f17d4996cd52b Author: Maciej Barć gentoo org> AuthorDate: Sat Jun 8 22:31:50 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Jun 8 23:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea93090 dev-ml/opam-core: workaround bug #933845 Closes: https://bugs.gentoo.org/933845 Signed-off-by: Maciej Barć gentoo.org> 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 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() {