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:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1
|
||||
revision=26
|
||||
revision=27
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
@@ -171,8 +171,6 @@ replaces="
|
||||
mdds0<=0.12.1_3
|
||||
mirrorbits<=0.5.1_1
|
||||
mongroup<=0.4.1_2
|
||||
mozjs52<=52.9.0_7
|
||||
mozjs60<=60.8.0_5
|
||||
mozjs68<=68.11.0_1
|
||||
orage<=4.12.1_7
|
||||
oce<=0.18.3_1
|
||||
|
||||
Reference in New Issue
Block a user