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 Gtksourceview_4 < Package
|
||||
homepage 'https://wiki.gnome.org/Projects/GtkSourceView'
|
||||
version '4.8.3'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'all'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url 'https://gitlab.gnome.org/GNOME/gtksourceview.git'
|
||||
git_hashtag version
|
||||
binary_compression 'tar.zst'
|
||||
@@ -13,7 +13,6 @@ class Gtksourceview_4 < Package
|
||||
binary_sha256({
|
||||
aarch64: '664f99be9dcaf2caba948f7ff4f06b9b1280bc78b0c95608f3e8d2cdfab65edd',
|
||||
armv7l: '664f99be9dcaf2caba948f7ff4f06b9b1280bc78b0c95608f3e8d2cdfab65edd',
|
||||
i686: '02daf0ff8c5a8fa2b86fad1a1ad71dfeff43c5fc81467cedfa874f849737b6a5',
|
||||
x86_64: 'a9c2b5d14d3b1603ed0400edd45aa2ca907d1bdf413c85623152788ed342d494'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user