mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
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:
committed by
GitHub
parent
87b10d7a06
commit
eb14c41653
@@ -5,7 +5,7 @@ class Libwpe < Package
|
||||
homepage 'https://wpewebkit.org'
|
||||
version '1.14.0'
|
||||
license 'BSD-2'
|
||||
compatibility 'all'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url "https://github.com/WebPlatformForEmbedded/libwpe/releases/download/#{version}/libwpe-#{version}.tar.xz"
|
||||
source_sha256 'c073305bbac5f4402cc1c8a4753bfa3d63a408901f86182051eaa5a75dd89c00'
|
||||
binary_compression 'tar.zst'
|
||||
@@ -13,7 +13,6 @@ class Libwpe < Package
|
||||
binary_sha256({
|
||||
aarch64: 'd56fb79ad0b2dbd584cb8d1e0fc14adafcde48059a61a5b6f274d748b2fcd151',
|
||||
armv7l: 'd56fb79ad0b2dbd584cb8d1e0fc14adafcde48059a61a5b6f274d748b2fcd151',
|
||||
i686: 'b1c5159036dbaed97bc7e239431fc22efa8465db35277326e057f80041edb85f',
|
||||
x86_64: '910bf8a7b96f7d9f9d4990cc1ba4b20849785444f00537ae97b92ffc85d11563'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user