mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
media-sound/liblc3: Fix src_prepare()
multilib_src_prepare() does not exist. Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
40a3f80548
commit
488d74ab8a
@ -38,7 +38,7 @@ pkg_setup() {
|
||||
use test && python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
multilib_src_prepare() {
|
||||
src_prepare() {
|
||||
if ! use arm ; then
|
||||
rm -r "test/arm" || die
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user