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 5E70D15802F for ; Fri, 10 Mar 2023 01:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE197E07DB; Fri, 10 Mar 2023 01:19:22 +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 6B708E07DB for ; Fri, 10 Mar 2023 01:19:22 +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 3F3AC33E830 for ; Fri, 10 Mar 2023 01:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D20082 for ; Fri, 10 Mar 2023 01:19:19 +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: <1678411110.fffb89e521fe864311b026380a2bd64e15bd1bf2.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.4-r3.ebuild dev-lang/haxe/haxe-4.2.4-r4.ebuild X-VCS-Directories: dev-lang/haxe/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: fffb89e521fe864311b026380a2bd64e15bd1bf2 X-VCS-Branch: master Date: Fri, 10 Mar 2023 01:19:19 +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: ac01d90b-475c-4de2-a24e-8f7cd283df11 X-Archives-Hash: 9b318c6f6174bcde6866c2c9113c98b0 commit: fffb89e521fe864311b026380a2bd64e15bd1bf2 Author: Sebastian France protonmail com> AuthorDate: Fri Mar 10 01:11:01 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Mar 10 01:18:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffb89e5 dev-lang/haxe: Add strip restriction to 4.2.4, revbump Signed-off-by: Sebastian France protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/30035 Signed-off-by: Maciej Barć gentoo.org> dev-lang/haxe/{haxe-4.2.4-r3.ebuild => haxe-4.2.4-r4.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/haxe/haxe-4.2.4-r3.ebuild b/dev-lang/haxe/haxe-4.2.4-r4.ebuild similarity index 98% rename from dev-lang/haxe/haxe-4.2.4-r3.ebuild rename to dev-lang/haxe/haxe-4.2.4-r4.ebuild index e9961fd90005..16033aaaab38 100644 --- a/dev-lang/haxe/haxe-4.2.4-r3.ebuild +++ b/dev-lang/haxe/haxe-4.2.4-r4.ebuild @@ -44,6 +44,7 @@ BDEPEND=" dev-ml/findlib " +RESTRICT="strip" QA_FLAGS_IGNORED="usr/bin/haxelib" QA_PRESTRIPPED="usr/bin/haxelib"