mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-01 18:42:22 +02:00
fix(coreos-base/vboot_reference): fixup libchrome dep
make sure that libchrome gets installed with vboot_reference
This commit is contained in:
parent
e13f0fbb1e
commit
be9f5685e4
@ -17,8 +17,8 @@ IUSE="32bit_au minimal rbtest tpmtests cros_host"
|
|||||||
|
|
||||||
LIBCHROME_VERS="125070"
|
LIBCHROME_VERS="125070"
|
||||||
|
|
||||||
# TODO: chromeos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
|
||||||
RDEPEND="app-crypt/trousers
|
RDEPEND="app-crypt/trousers
|
||||||
|
coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
||||||
!minimal? ( dev-libs/libyaml )
|
!minimal? ( dev-libs/libyaml )
|
||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
dev-libs/openssl
|
dev-libs/openssl
|
||||||
|
@ -16,7 +16,7 @@ IUSE="32bit_au minimal rbtest tpmtests cros_host"
|
|||||||
LIBCHROME_VERS="125070"
|
LIBCHROME_VERS="125070"
|
||||||
|
|
||||||
RDEPEND="app-crypt/trousers
|
RDEPEND="app-crypt/trousers
|
||||||
chromeos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
coreos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
|
||||||
!minimal? ( dev-libs/libyaml )
|
!minimal? ( dev-libs/libyaml )
|
||||||
dev-libs/glib
|
dev-libs/glib
|
||||||
dev-libs/openssl
|
dev-libs/openssl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user