Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (15257c107515d807910c761f8ac9df05c607d9fd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (15257c107515d807910c761f8ac9df05c607d9fd)
  • Date: Sun, 4 Mar 2012 11:35:57 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

libs/gssdp/DEPENDS | 2 +-
libs/gssdp/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 15257c107515d807910c761f8ac9df05c607d9fd
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gssdp: removed the && at the end of DEPENDS

diff --git a/libs/gssdp/DEPENDS b/libs/gssdp/DEPENDS
index 0d3313a..72024f5 100755
--- a/libs/gssdp/DEPENDS
+++ b/libs/gssdp/DEPENDS
@@ -2,4 +2,4 @@ depends gtk+2 &&
depends glib2 &&
depends libsoup &&
optional_depends gtk-doc '--enable-gtk-doc' '--disable-gtk-doc' \
- 'for documentation generation' &&
+ 'for documentation generation'
diff --git a/libs/gssdp/HISTORY b/libs/gssdp/HISTORY
index 10ab6bf..8e56d38 100644
--- a/libs/gssdp/HISTORY
+++ b/libs/gssdp/HISTORY
@@ -1,3 +1,6 @@
+2012-03-04 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: removed ending &&
+
2012-01-13 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: gtk+2 is not optional
* DEPENDS: depends on libsoup



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (15257c107515d807910c761f8ac9df05c607d9fd), Robin Cook, 03/04/2012

Archive powered by MHonArc 2.6.24.

Top of Page