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 Twm < Package
homepage 'https://xorg.freedesktop.org/'
version '1.0.11'
license 'MIT-with-advertising, MIT and ISC'
compatibility 'all'
compatibility 'x86_64 aarch64 armv7l'
source_url 'https://www.x.org/pub/individual/app/twm-1.0.11.tar.xz'
source_sha256 'f4e8a842dec410e79741f25ed4dfac09df080835d0bba2e3983b5914569b68c7'
binary_compression 'tar.xz'
@@ -13,7 +13,6 @@ class Twm < Package
binary_sha256({
aarch64: '84bc4882736d4ed174741a07c60404d47cdbad726ac7e9b7ace07012ded84d58',
armv7l: '84bc4882736d4ed174741a07c60404d47cdbad726ac7e9b7ace07012ded84d58',
i686: 'e8c77ddd87e509a4d801bf9383c5ecc9eaa5f8cfaf73818fc3d47f23377689bf',
x86_64: '9108a3204e5b9eb37689aa8e97af6168cf3f4864c29d8d8e4e58ca6355de74a2'
})