Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b4fc65e2271b0f0aceb24d4a4d8b43665a2e2372)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b4fc65e2271b0f0aceb24d4a4d8b43665a2e2372)
  • Date: Tue, 6 Mar 2018 05:28:39 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

xorg-lib/libxau/DEPENDS | 8 ++++----
xorg-lib/libxau/HISTORY | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit b4fc65e2271b0f0aceb24d4a4d8b43665a2e2372
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libxau: Remove trailing "&&"

diff --git a/xorg-lib/libxau/DEPENDS b/xorg-lib/libxau/DEPENDS
index 6dafbc6..c798c1b 100755
--- a/xorg-lib/libxau/DEPENDS
+++ b/xorg-lib/libxau/DEPENDS
@@ -1,6 +1,6 @@
-depends xorgproto &&
-depends AWK &&
-depends -sub CXX gcc &&
+depends xorgproto &&
+depends AWK &&
+depends -sub CXX gcc &&
depends libtool &&
depends pkgconfig &&
-depends util-macros &&
+depends util-macros
diff --git a/xorg-lib/libxau/HISTORY b/xorg-lib/libxau/HISTORY
index 9ffb163..14d1180 100644
--- a/xorg-lib/libxau/HISTORY
+++ b/xorg-lib/libxau/HISTORY
@@ -1,3 +1,6 @@
+2018-03-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Remove trailing "&&"
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b4fc65e2271b0f0aceb24d4a4d8b43665a2e2372), Eric Sandall, 03/06/2018

Archive powered by MHonArc 2.6.24.

Top of Page