mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 17:42:56 +02:00
removed-packages: do not replace timidity on glibc
This commit is contained in:
parent
e5717ea9a0
commit
2579349c7a
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'removed-packages'
|
# Template file for 'removed-packages'
|
||||||
pkgname=removed-packages
|
pkgname=removed-packages
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="Uninstalls packages removed from repository"
|
short_desc="Uninstalls packages removed from repository"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -73,7 +73,6 @@ replaces="
|
||||||
skypetab-ng<=20150201_3
|
skypetab-ng<=20150201_3
|
||||||
soulseekqt<=20160117_2
|
soulseekqt<=20160117_2
|
||||||
spacefm-ng<=1.0.6_3
|
spacefm-ng<=1.0.6_3
|
||||||
timidity<=2.15.0_1
|
|
||||||
ttyload-git<=20141117_4
|
ttyload-git<=20141117_4
|
||||||
tweeny<=2_2
|
tweeny<=2_2
|
||||||
urlmatch-git<=20141116_2
|
urlmatch-git<=20141116_2
|
||||||
|
@ -86,3 +85,7 @@ replaces="
|
||||||
wireshark-gtk<=3.0.7_1
|
wireshark-gtk<=3.0.7_1
|
||||||
yt-play<=20140117_2
|
yt-play<=20140117_2
|
||||||
"
|
"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
replaces+=" timidity<=2.15.0_1"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue