Skip to Content.
Sympa Menu

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

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 games grimoire by Ismael Luceno (f0565b7512b11dc22486230f189836cbda1902d0)
  • Date: Sat, 16 Mar 2013 19:24:28 -0500

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

games-cards/pysolfc/DEPENDS | 4 +++-
games-cards/pysolfc/HISTORY | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)

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

pysolfc: Add dependency on pil

diff --git a/games-cards/pysolfc/DEPENDS b/games-cards/pysolfc/DEPENDS
index fe00cee..bc25acc 100755
--- a/games-cards/pysolfc/DEPENDS
+++ b/games-cards/pysolfc/DEPENDS
@@ -1,3 +1,5 @@
depends tk &&
message "${MESSAGE_COLOR}Needs python built against tk${DEFAULT_COLOR}" &&
-depends python
+depends python &&
+depends pil &&
+sub_depends pil TK
diff --git a/games-cards/pysolfc/HISTORY b/games-cards/pysolfc/HISTORY
index c376a33..5479522 100644
--- a/games-cards/pysolfc/HISTORY
+++ b/games-cards/pysolfc/HISTORY
@@ -1,5 +1,6 @@
2013-03-16 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
+ * DEPENDS: Added dependency on pil

2012-12-27 Javier Vasquez <j.e.vasquez.v AT gmail.com>
* BUILD, CONFLICTS, DEPENDS, DETAILS, INSTALL:



  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (f0565b7512b11dc22486230f189836cbda1902d0), Ismael Luceno, 03/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page