Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c50c2df565541dec81fbdd9a3a6d87dfebe18c73)
  • Date: Thu, 16 Jan 2020 20:19:41 +0000

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

net/bind-tools/DEPENDS | 2 +-
net/bind-tools/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

bind-tools: Switch to python3

diff --git a/net/bind-tools/DEPENDS b/net/bind-tools/DEPENDS
index ac5ea32..cea28ca 100755
--- a/net/bind-tools/DEPENDS
+++ b/net/bind-tools/DEPENDS
@@ -9,7 +9,7 @@ optional_depends SSL \
"to build with OpenSSL, required for DNSSEC"

if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
- depends PYTHON &&
+ depends python3 &&
depends python-ply
fi &&

diff --git a/net/bind-tools/HISTORY b/net/bind-tools/HISTORY
index 712c69c..4733623 100644
--- a/net/bind-tools/HISTORY
+++ b/net/bind-tools/HISTORY
@@ -1,3 +1,6 @@
+2020-01-16 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: s/PYTHON/python3/
+
2019-12-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 9.15.7
* BUILD: disable_reject_underlinking



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c50c2df565541dec81fbdd9a3a6d87dfebe18c73), Ismael Luceno, 01/16/2020

Archive powered by MHonArc 2.6.24.

Top of Page