Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (1941bc42524bfc01826ed3c024c968dbb019d831)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (1941bc42524bfc01826ed3c024c968dbb019d831)
  • Date: Sat, 30 Nov 2024 14:33:45 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/iaito/DEPENDS | 4 ++--
devel/iaito/HISTORY | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 1941bc42524bfc01826ed3c024c968dbb019d831
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

iaito: Fix pyside6 dependency

diff --git a/devel/iaito/DEPENDS b/devel/iaito/DEPENDS
index c5ccc31..f167588 100755
--- a/devel/iaito/DEPENDS
+++ b/devel/iaito/DEPENDS
@@ -7,8 +7,8 @@ fi &&
depends radare2 &&
optional_depends python3 --with-python '' 'for Python support' &&
if is_depends_enabled "$SPELL" python3; then
- if is_depends_enabled $SPELL qt6base;then
-# optional_depends pyside6 --with-python-bindings '' 'for Python bindings'
+ if is_depends_enabled $SPELL qt6base; then
+ optional_depends pyside6 --with-python-bindings '' 'for Python bindings'
else
optional_depends pyside2 --with-python-bindings '' 'for Python bindings'
fi
diff --git a/devel/iaito/HISTORY b/devel/iaito/HISTORY
index 6e9ae19..86f1234 100644
--- a/devel/iaito/HISTORY
+++ b/devel/iaito/HISTORY
@@ -1,6 +1,9 @@
+2024-11-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: fixed pyside6 dependency
+
2024-09-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.9.4
- * BUILD DEPENDS: qt6, pyside6 support
+ * BUILD, DEPENDS: qt6, pyside6 support

2024-06-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 5.9.2


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (1941bc42524bfc01826ed3c024c968dbb019d831), Ismael Luceno, 11/30/2024

Archive powered by MHonArc 2.6.24.

Top of Page