media-sound/gsm-1.0.10 will fail in src_unpack() because in line 22 it is tried
to cd ${P} instead of cd "${S}"
After changing that line, it will again fail because gsm-1.0.10-amd64.diff has
been removed from the files directory.
Reproducible: Always
Steps to Reproduce:
1. emerge =media-sound/gsm-1.0.10
Actual Results:
failure in src_unpack
Expected Results:
emerge successfully
Changing line 22 to cd "${S}" and retrieving gsm-1.0.10-amd64.diff from Gentoo
cvs makes it work again.
media-sound/gsm-1.0.12 is not affected by this problem.