public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/haxe/
Date: Sat, 10 Jun 2023 17:34:38 +0000 (UTC)	[thread overview]
Message-ID: <1686418476.610bda27c58f73616994a885cee21729464a9bc5.xgqt@gentoo> (raw)

commit:     610bda27c58f73616994a885cee21729464a9bc5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 17:34:12 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 17:34:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610bda27

dev-lang/haxe: pin luv

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/haxe/{haxe-4.2.4-r4.ebuild => haxe-4.2.4-r5.ebuild} | 7 +++----
 dev-lang/haxe/{haxe-4.2.5-r1.ebuild => haxe-4.2.5-r2.ebuild} | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-lang/haxe/haxe-4.2.4-r4.ebuild b/dev-lang/haxe/haxe-4.2.4-r5.ebuild
similarity index 90%
rename from dev-lang/haxe/haxe-4.2.4-r4.ebuild
rename to dev-lang/haxe/haxe-4.2.4-r5.ebuild
index 16033aaaab38..b23db8502227 100644
--- a/dev-lang/haxe/haxe-4.2.4-r4.ebuild
+++ b/dev-lang/haxe/haxe-4.2.4-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,12 +20,11 @@ LICENSE="GPL-2+ MIT"
 SLOT="0/${PV}"
 IUSE="+ocamlopt"
 
-# NOTICE:
-# Theoretically luv <= 0.5.8 is pinned but it is because of mingw issues
+# NOTICE: Does not compile with >=dev-ml/luv-0.5.12, but it's fixed on master.
 RDEPEND="
 	>=dev-lang/ocaml-4:=[ocamlopt?]
+	<dev-ml/luv-0.5.12:=
 	dev-ml/extlib:=
-	dev-ml/luv:=
 	dev-ml/ocaml-sha:=
 	dev-ml/ptmap:=
 	dev-ml/sedlex:=

diff --git a/dev-lang/haxe/haxe-4.2.5-r1.ebuild b/dev-lang/haxe/haxe-4.2.5-r2.ebuild
similarity index 92%
rename from dev-lang/haxe/haxe-4.2.5-r1.ebuild
rename to dev-lang/haxe/haxe-4.2.5-r2.ebuild
index 48657441b5b3..2d349a639ef7 100644
--- a/dev-lang/haxe/haxe-4.2.5-r1.ebuild
+++ b/dev-lang/haxe/haxe-4.2.5-r2.ebuild
@@ -21,12 +21,12 @@ 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
+
+# NOTICE: Does not compile with >=dev-ml/luv-0.5.12, but it's fixed on master.
 RDEPEND="
 	>=dev-lang/ocaml-4:=[ocamlopt?]
+	<dev-ml/luv-0.5.12:=
 	dev-ml/extlib:=
-	dev-ml/luv:=
 	dev-ml/ocaml-sha:=
 	dev-ml/ptmap:=
 	dev-ml/sedlex:=


             reply	other threads:[~2023-06-10 17:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-10 17:34 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17 18:23 [gentoo-commits] repo/gentoo:master commit in: dev-lang/haxe/ Maciej Barć
2024-10-17 18:23 Maciej Barć
2024-10-17 18:23 Maciej Barć
2024-08-01 13:07 Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-03-22 21:17 Maciej Barć
2024-03-22 21:17 Maciej Barć
2023-11-18 20:36 Maciej Barć
2023-11-18 20:36 Maciej Barć
2023-07-23 14:02 Maciej Barć
2023-07-23 14:02 Maciej Barć
2023-03-10  1:19 Maciej Barć
2023-01-07 10:53 Maciej Barć
2023-01-07  9:19 Maciej Barć
2022-09-05 22:09 Maciej Barć
2022-03-06 13:36 Maciej Barć
2021-12-05 20:41 Maciej Barć
2021-12-05 20:41 Maciej Barć
2021-12-05 17:55 Maciej Barć
2021-12-05 16:07 Maciej Barć
2021-12-05  4:53 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1686418476.610bda27c58f73616994a885cee21729464a9bc5.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox