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 AD51515800F for ; Sat, 7 Jan 2023 09:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0F34E079E; Sat, 7 Jan 2023 09:19:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B43EEE079E for ; Sat, 7 Jan 2023 09:19:46 +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 60A02340EE9 for ; Sat, 7 Jan 2023 09:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1F574C8 for ; Sat, 7 Jan 2023 09:19:43 +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: <1673083182.5a365db67d282d83b87f1f8a952d9f1cac503079.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/haxe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/haxe/haxe-4.2.5.ebuild X-VCS-Directories: dev-lang/haxe/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5a365db67d282d83b87f1f8a952d9f1cac503079 X-VCS-Branch: master Date: Sat, 7 Jan 2023 09:19:43 +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: c4eaf6f2-2e61-4255-b508-472b37c96403 X-Archives-Hash: 92e3af418aa1373608a78afd18f20094 commit: 5a365db67d282d83b87f1f8a952d9f1cac503079 Author: MagelessMayhem <107271276+MagelessMayhem users noreply github com> AuthorDate: Sat Jan 7 07:23:19 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Jan 7 09:19:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a365db6 dev-lang/haxe: Build haxe without stripping debugging symbols The Haxe ebuild in its current state breaks its own library manager, haxelib. This is due to Haxe's building process, where it strips its own binaries prior to installation. This small but important fix restores the functionality of haxelib and allows Haxe programmers to finally install libraries. Signed-off-by: Sebastian France protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28994 Signed-off-by: Maciej Barć gentoo.org> dev-lang/haxe/haxe-4.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/haxe/haxe-4.2.5.ebuild b/dev-lang/haxe/haxe-4.2.5.ebuild index b4c6b1ae2869..e487bbe2c081 100644 --- a/dev-lang/haxe/haxe-4.2.5.ebuild +++ b/dev-lang/haxe/haxe-4.2.5.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2+ MIT" SLOT="0/${PV}" IUSE="+ocamlopt" - +RESTRICT="strip" # NOTICE: # Theoretically luv <= 0.5.8 is pinned but it is because of mingw issues RDEPEND="