New commits:
commit 250e5b80c851b5673fdc2084f0dcba4934ef61d1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
libggz: gcrypt is now required, fails without
diff --git a/games-ggz/libggz/DEPENDS b/games-ggz/libggz/DEPENDS
index 424cfc7..4972d22 100755
--- a/games-ggz/libggz/DEPENDS
+++ b/games-ggz/libggz/DEPENDS
@@ -1,11 +1,7 @@
+depends libgcrypt '--with-gcrypt' &&
+
if [ "$LIBGGZ_TLS" == "gnutls" ]; then
depends gnutls "--with-tls=GnuTLS"
elif [ "$LIBGGZ_TLS" == "openssl" ]; then
depends openssl "--with-tls=OpenSSL"
-fi &&
-
-optional_depends libgcrypt \
- "--with-gcrypt" \
- "--without-gcrypt" \
- "Add encryption support?"
-
+fi
diff --git a/games-ggz/libggz/HISTORY b/games-ggz/libggz/HISTORY
index 7c27ef9..3379237 100644
--- a/games-ggz/libggz/HISTORY
+++ b/games-ggz/libggz/HISTORY
@@ -1,3 +1,6 @@
+2009-02-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on gcrypt now, fails without
+
2008-03-11 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.0.14.1
[SM-Commit] GIT changes to master games grimoire by Eric Sandall (250e5b80c851b5673fdc2084f0dcba4934ef61d1),
Eric Sandall, 02/12/2009