Skip to Content.
Sympa Menu

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

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 (a96ca220b64d4b6b12cc6cce135b90c125919ea6)
  • Date: Mon, 8 Dec 2008 03:38:52 -0600

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

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

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

python3000: fixed syntax error

diff --git a/devel/python3000/BUILD b/devel/python3000/BUILD
index 510cf49..ad15ccf 100755
--- a/devel/python3000/BUILD
+++ b/devel/python3000/BUILD
@@ -13,7 +13,7 @@ fi &&

default_build &&

-if [[ $PY3K == y ]];
+if [[ $PY3K == y ]]; then
# python -c '"(c)", "lynx"*3'
make fullinstall DESTDIR="$SOURCE_DIRECTORY/anywhere"
else
diff --git a/devel/python3000/HISTORY b/devel/python3000/HISTORY
index 3ce8c5e..fe222b6 100644
--- a/devel/python3000/HISTORY
+++ b/devel/python3000/HISTORY
@@ -1,3 +1,6 @@
+2008-12-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed syntax error
+
2008-12-03 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY, INSTALL,
PRE_SUB_DEPENDS
SUB_DEPENDS, TRIGGERS, UP_TRIGGERS, python.gpg, volatiles: created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a96ca220b64d4b6b12cc6cce135b90c125919ea6), Vlad Glagolev, 12/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page