commit:     420bb4cad4980d4bbb1a4b08072a1de183ae8466
Author:     Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Mon Apr 29 16:23:18 2024 +0000
Commit:     Dale Showers <gentoo <AT> fictx <DOT> com>
CommitDate: Mon Apr 29 16:26:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=420bb4ca

www-client/nyxt: sbcl required use threads,unicode

v3.11.3 & 4 will not build with sbcl > 4.2.1

Signed-off-by: Dale Showers <gentoo <AT> fictx.com>

 www-client/nyxt/nyxt-3.11.3.ebuild | 9 +++++----
 www-client/nyxt/nyxt-3.11.4.ebuild | 9 +++++----
 www-client/nyxt/nyxt-3.11.5.ebuild | 8 ++++----
 www-client/nyxt/nyxt-3.11.6.ebuild | 8 ++++----
 www-client/nyxt/nyxt-9999.ebuild   | 6 +++---
 5 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/www-client/nyxt/nyxt-3.11.3.ebuild 
b/www-client/nyxt/nyxt-3.11.3.ebuild
index 4f941e15bb..3dd6aa408f 100644
--- a/www-client/nyxt/nyxt-3.11.3.ebuild
+++ b/www-client/nyxt/nyxt-3.11.3.ebuild
@@ -19,13 +19,13 @@ else
        
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz
 -> ${PF}.gh.tar.xz"
 fi
 
-# Portage replaces the nyxt binary with sbcl when stripping
-RESTRICT="mirror strip"
-
 LICENSE="BSD CC-BY-SA-3.0"
 SLOT="0"
 IUSE="doc"
 
+# Portage replaces the nyxt binary with sbcl when stripping
+RESTRICT="mirror strip"
+
 RDEPEND="
        dev-libs/gobject-introspection
        gnome-base/gsettings-desktop-schemas
@@ -36,7 +36,8 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 BDEPEND="
-       >=dev-lisp/sbcl-2.0.0
+       >=dev-lisp/sbcl-2.0.0[threads,unicode]
+       <=dev-lisp/sbcl-2.4.1[threads,unicode]
 "
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 

diff --git a/www-client/nyxt/nyxt-3.11.4.ebuild 
b/www-client/nyxt/nyxt-3.11.4.ebuild
index 4f941e15bb..3dd6aa408f 100644
--- a/www-client/nyxt/nyxt-3.11.4.ebuild
+++ b/www-client/nyxt/nyxt-3.11.4.ebuild
@@ -19,13 +19,13 @@ else
        
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz
 -> ${PF}.gh.tar.xz"
 fi
 
-# Portage replaces the nyxt binary with sbcl when stripping
-RESTRICT="mirror strip"
-
 LICENSE="BSD CC-BY-SA-3.0"
 SLOT="0"
 IUSE="doc"
 
+# Portage replaces the nyxt binary with sbcl when stripping
+RESTRICT="mirror strip"
+
 RDEPEND="
        dev-libs/gobject-introspection
        gnome-base/gsettings-desktop-schemas
@@ -36,7 +36,8 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 BDEPEND="
-       >=dev-lisp/sbcl-2.0.0
+       >=dev-lisp/sbcl-2.0.0[threads,unicode]
+       <=dev-lisp/sbcl-2.4.1[threads,unicode]
 "
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 

diff --git a/www-client/nyxt/nyxt-3.11.5.ebuild 
b/www-client/nyxt/nyxt-3.11.5.ebuild
index 4f941e15bb..ca8d78a873 100644
--- a/www-client/nyxt/nyxt-3.11.5.ebuild
+++ b/www-client/nyxt/nyxt-3.11.5.ebuild
@@ -19,13 +19,13 @@ else
        
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz
 -> ${PF}.gh.tar.xz"
 fi
 
-# Portage replaces the nyxt binary with sbcl when stripping
-RESTRICT="mirror strip"
-
 LICENSE="BSD CC-BY-SA-3.0"
 SLOT="0"
 IUSE="doc"
 
+# Portage replaces the nyxt binary with sbcl when stripping
+RESTRICT="mirror strip"
+
 RDEPEND="
        dev-libs/gobject-introspection
        gnome-base/gsettings-desktop-schemas
@@ -36,7 +36,7 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 BDEPEND="
-       >=dev-lisp/sbcl-2.0.0
+       >=dev-lisp/sbcl-2.0.0[threads,unicode]
 "
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 

diff --git a/www-client/nyxt/nyxt-3.11.6.ebuild 
b/www-client/nyxt/nyxt-3.11.6.ebuild
index 4f941e15bb..ca8d78a873 100644
--- a/www-client/nyxt/nyxt-3.11.6.ebuild
+++ b/www-client/nyxt/nyxt-3.11.6.ebuild
@@ -19,13 +19,13 @@ else
        
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz
 -> ${PF}.gh.tar.xz"
 fi
 
-# Portage replaces the nyxt binary with sbcl when stripping
-RESTRICT="mirror strip"
-
 LICENSE="BSD CC-BY-SA-3.0"
 SLOT="0"
 IUSE="doc"
 
+# Portage replaces the nyxt binary with sbcl when stripping
+RESTRICT="mirror strip"
+
 RDEPEND="
        dev-libs/gobject-introspection
        gnome-base/gsettings-desktop-schemas
@@ -36,7 +36,7 @@ RDEPEND="
 
 DEPEND="${RDEPEND}"
 BDEPEND="
-       >=dev-lisp/sbcl-2.0.0
+       >=dev-lisp/sbcl-2.0.0[threads,unicode]
 "
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 

diff --git a/www-client/nyxt/nyxt-9999.ebuild b/www-client/nyxt/nyxt-9999.ebuild
index 4f941e15bb..4db3593213 100644
--- a/www-client/nyxt/nyxt-9999.ebuild
+++ b/www-client/nyxt/nyxt-9999.ebuild
@@ -19,13 +19,13 @@ else
        
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz
 -> ${PF}.gh.tar.xz"
 fi
 
-# Portage replaces the nyxt binary with sbcl when stripping
-RESTRICT="mirror strip"
-
 LICENSE="BSD CC-BY-SA-3.0"
 SLOT="0"
 IUSE="doc"
 
+# Portage replaces the nyxt binary with sbcl when stripping
+RESTRICT="mirror strip"
+
 RDEPEND="
        dev-libs/gobject-introspection
        gnome-base/gsettings-desktop-schemas

Reply via email to