[proaudio] Bumping guile requirements for snd and snd-ls |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Hi,
If snd or snd-ls was installed before guile was updated to 1.8.1,
we get the error that libguile.so.12 is missing. However, both snd and
snd-ls works with guile 1.8.1 (infact, they both work much better
with guile >1.7.0).
Is it possible to force a rebuild of snd and snd-ls?
If not, the following modifications works just fine:
-guile? ( >=dev-util/guile-1.3.4 )
+guile? ( >=dev-util/guile-1.8.1 )
in snd, and
-DEPEND=">=dev-scheme/guile-1.6.7
+DEPEND=">=dev-scheme/guile-1.8.1
in snd-ls.