mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
removed-packages: remove some mozjs from replaces.
XBPS's self update phase is too eager, and ends up pulling in removed-packages. This means that a library added to removed-packages, which should be cleanly replaced during the update phase, since its dependants will ether be removed or moved to another dependency, will instead stop the installation due to shlib errors. Fixes #28779.
This commit is contained in:
parent
d1f26f9068
commit
7dde81f379
1 changed files with 1 additions and 3 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=26
|
revision=27
|
||||||
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>"
|
||||||
|
@ -171,8 +171,6 @@ replaces="
|
||||||
mdds0<=0.12.1_3
|
mdds0<=0.12.1_3
|
||||||
mirrorbits<=0.5.1_1
|
mirrorbits<=0.5.1_1
|
||||||
mongroup<=0.4.1_2
|
mongroup<=0.4.1_2
|
||||||
mozjs52<=52.9.0_7
|
|
||||||
mozjs60<=60.8.0_5
|
|
||||||
mozjs68<=68.11.0_1
|
mozjs68<=68.11.0_1
|
||||||
orage<=4.12.1_7
|
orage<=4.12.1_7
|
||||||
oce<=0.18.3_1
|
oce<=0.18.3_1
|
||||||
|
|
Loading…
Add table
Reference in a new issue