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,7 +5,7 @@ class Phpsysinfo < Package
|
||||
homepage 'https://phpsysinfo.github.io/phpsysinfo/'
|
||||
version '3.4.1'
|
||||
license 'GPL-2+'
|
||||
compatibility 'all'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url 'https://github.com/phpsysinfo/phpsysinfo/archive/v3.4.1.tar.gz'
|
||||
source_sha256 '377bafea4dc4f1f705cd35df5b95e55034045ab3e7971dc934d1f599157dc3aa'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user