Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (ed9b6c6440f14039c695edf3560c6c2396e77878)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (ed9b6c6440f14039c695edf3560c6c2396e77878)
  • Date: Thu, 27 Mar 2008 23:26:29 -0500

GIT changes to master grimoire by Ethan Grammatikidis <eekee57 AT fastmail.fm>:

audio-drivers/alsa-utils/DEPENDS | 4 +++-
audio-drivers/alsa-utils/HISTORY | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit ed9b6c6440f14039c695edf3560c6c2396e77878
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>

alsa-utils: added dependencies on mktemp and WHICH, for bug #14395

diff --git a/audio-drivers/alsa-utils/DEPENDS
b/audio-drivers/alsa-utils/DEPENDS
index 1f2de7b..1dd8686 100755
--- a/audio-drivers/alsa-utils/DEPENDS
+++ b/audio-drivers/alsa-utils/DEPENDS
@@ -1,2 +1,4 @@
depends coreutils &&
-depends alsa-lib
+depends alsa-lib &&
+depends WHICH &&
+depends mktemp
diff --git a/audio-drivers/alsa-utils/HISTORY
b/audio-drivers/alsa-utils/HISTORY
index 70320e8..21d54ac 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,7 @@
+2008-03-28 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * DEPENDS: added mktemp and WHICH
+ fixes bug #14395
+
2008-02-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.16
* FINAL: cleaned up spaces



  • [SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (ed9b6c6440f14039c695edf3560c6c2396e77878), Ethan Grammatikidis, 03/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page