Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3086243ba8d0becf51242c1d286707171b5a3b11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3086243ba8d0becf51242c1d286707171b5a3b11)
  • Date: Mon, 22 Aug 2011 08:08:21 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

chat-irc/znc/DEPENDS | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3086243ba8d0becf51242c1d286707171b5a3b11
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

znc: finally fixed python version detection

diff --git a/chat-irc/znc/DEPENDS b/chat-irc/znc/DEPENDS
index b6ca65c..491572e 100755
--- a/chat-irc/znc/DEPENDS
+++ b/chat-irc/znc/DEPENDS
@@ -16,7 +16,7 @@ fi &&
if spell_ok python3; then
local PYTHON3_BRANCH=$(installed_version python3 | cut -d. -f1,2)
else
- local PYTHON3_BRANCH=$(codex_set_current_spell_quick python3; echo
$VERSION | cut -d. -f1,2)
+ local PYTHON3_BRANCH=$(codex_set_current_spell_by_name python3; echo
$VERSION | cut -d. -f1,2)
fi &&

optional_depends python3 \



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3086243ba8d0becf51242c1d286707171b5a3b11), Vlad Glagolev, 08/22/2011

Archive powered by MHonArc 2.6.24.

Top of Page