Skip to Content.
Sympa Menu

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

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 (7e8ddbe979434a9e13fc68b7c47c86cbfe3678d1)
  • Date: Wed, 28 Jul 2010 15:17:27 -0500

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

audio-libs/liblastfm/DEPENDS | 3 ++-
audio-libs/liblastfm/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

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

liblastfm: Depends on ruby-1.8

/var/lib/sorcery/codex/test/audio-libs/liblastfm/BUILD: ./configure:
/usr/bin/ruby: bad interpreter: No such file or directory

diff --git a/audio-libs/liblastfm/DEPENDS b/audio-libs/liblastfm/DEPENDS
index d3ea796..9700dad 100755
--- a/audio-libs/liblastfm/DEPENDS
+++ b/audio-libs/liblastfm/DEPENDS
@@ -1,4 +1,5 @@
depends qt4 &&
depends fftw &&
depends glibc &&
-depends libsamplerate
+depends libsamplerate &&
+depends ruby-1.8
diff --git a/audio-libs/liblastfm/HISTORY b/audio-libs/liblastfm/HISTORY
index d86b66b..1d71d34 100644
--- a/audio-libs/liblastfm/HISTORY
+++ b/audio-libs/liblastfm/HISTORY
@@ -1,3 +1,6 @@
+2010-07-28 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on ruby-1.8
+
2009-09-28 Bor Kraljic <pyrobor AT ver.si>
* BUILD, DEPENDS, DETAILS: spell created
* BUILD: fixing mistakes; /usr => $INSTALL_ROOT/usr



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7e8ddbe979434a9e13fc68b7c47c86cbfe3678d1), Eric Sandall, 07/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page