Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (5c0ab502fc4e52aaa2f47607995011f0306c19aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (5c0ab502fc4e52aaa2f47607995011f0306c19aa)
  • Date: Thu, 22 Jul 2021 18:54:42 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

devel/python3/DEPENDS | 2 +-
devel/python3/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 5c0ab502fc4e52aaa2f47607995011f0306c19aa
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

devel/python3: Corrected mispelling of libffi in DEPENDS

diff --git a/devel/python3/DEPENDS b/devel/python3/DEPENDS
index 4cc009f..19860cc 100755
--- a/devel/python3/DEPENDS
+++ b/devel/python3/DEPENDS
@@ -1,4 +1,4 @@
-optional_depends ligffi "" "" "for _ctype module" &&
+optional_depends libffi "" "" "for _ctype module" &&
optional_depends SSL '' '' 'SSL crypto extension' &&
optional_depends gdbm '' '' 'database support' &&
optional_depends db "" "" "for Sleepycat db support" &&
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index 61463ba..0d30f4f 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,4 +1,7 @@
2021-07-22 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: corrected mispelling of dependency
+
+2021-07-22 David C. Haley <khoralin AT gmail.com>
* DEPENDS: added optional libffi; needed for _ctypes module

2021-07-03 Florian Franzmann <bwlf AT bandrate.org>



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (5c0ab502fc4e52aaa2f47607995011f0306c19aa), David C. Haley, 07/22/2021

Archive powered by MHonArc 2.6.24.

Top of Page