removed-packages: do not replace timidity on glibc

This commit is contained in:
q66 2021-01-07 17:04:12 +01:00
parent e5717ea9a0
commit 2579349c7a

View file

@ -1,7 +1,7 @@
# Template file for 'removed-packages'
pkgname=removed-packages
version=0.1
revision=3
revision=4
build_style=meta
short_desc="Uninstalls packages removed from repository"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@ -73,7 +73,6 @@ replaces="
skypetab-ng<=20150201_3
soulseekqt<=20160117_2
spacefm-ng<=1.0.6_3
timidity<=2.15.0_1
ttyload-git<=20141117_4
tweeny<=2_2
urlmatch-git<=20141116_2
@ -86,3 +85,7 @@ replaces="
wireshark-gtk<=3.0.7_1
yt-play<=20140117_2
"
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
replaces+=" timidity<=2.15.0_1"
fi