mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -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,13 +5,12 @@ class Libva_intel_driver_hybrid < Package
|
||||
homepage 'https://github.com/intel/intel-vaapi-driver'
|
||||
version '2.4.1-1'
|
||||
license 'MIT'
|
||||
compatibility 'i686 x86_64'
|
||||
compatibility 'x86_64'
|
||||
source_url 'https://github.com/intel/intel-vaapi-driver/archive/2.4.1.tar.gz'
|
||||
source_sha256 '03cd7e16acc94f828b6e7f3087863d8ca06e99ffa3385588005b1984bdd56157'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
binary_sha256({
|
||||
i686: 'ff155f22b24b2c58a434e3b866f47f367b92817835d15f62034311ee607dc289',
|
||||
x86_64: 'e9c740a0bd917ecbb69b822ce9df1609f415776ab5a5e553eb0a83bc93a35f90'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user