removed-packages: add gccgo/popcorn for ppc32 and bump
This commit is contained in:
parent
02246c384d
commit
d5ff353302
|
@ -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=14
|
revision=15
|
||||||
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>"
|
||||||
|
@ -197,3 +197,16 @@ replaces="
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
replaces+=" timidity<=2.15.0_1"
|
replaces+=" timidity<=2.15.0_1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*)
|
||||||
|
replaces+="
|
||||||
|
PopCorn<=0.4_5
|
||||||
|
libgo<=10.2.1pre1_1
|
||||||
|
libgo-devel<=10.2.1pre1_1
|
||||||
|
gcc-go<=10.2.1pre1_1
|
||||||
|
gcc-go-tools<=10.2.1pre1_1
|
||||||
|
"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in New Issue