Remove compatibility from packages with incompatible dependencies (#9458)

* Remove i686 compatibility from packages with dependencies incompatible with i686

* Remove armv7l compatibility from packages with dependencies incompatible with arvm7l

* Abort builds/installs if the package has incompatible dependencies
This commit is contained in:
Maximilian Downey Twiss
2024-03-12 04:09:12 +11:00
committed by GitHub
parent 87b10d7a06
commit eb14c41653
336 changed files with 347 additions and 707 deletions

View File

@@ -5,7 +5,7 @@ class Broadway < Package
homepage 'https://developer.gnome.org/gtk3/stable/gtk-broadway.html'
version 'gtk3.22-3'
license 'GPL-3+'
compatibility 'all'
compatibility 'x86_64 aarch64 armv7l'
source_url 'SKIP'
no_compile_needed