mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
libchrome: remove unused dependency on nss
The code base doesn't appear to actually refer to nss at all... DELETE
This commit is contained in:
parent
65ff17d471
commit
1989aa8247
@ -35,7 +35,6 @@ RDEPEND="${RDEPEND}
|
|||||||
app-arch/rpm2targz
|
app-arch/rpm2targz
|
||||||
app-arch/sharutils
|
app-arch/sharutils
|
||||||
app-arch/unzip
|
app-arch/unzip
|
||||||
dev-libs/nss
|
|
||||||
app-emulation/qemu
|
app-emulation/qemu
|
||||||
app-text/texi2html
|
app-text/texi2html
|
||||||
coreos-base/google-breakpad
|
coreos-base/google-breakpad
|
||||||
|
@ -26,8 +26,7 @@ KEYWORDS="amd64 arm x86"
|
|||||||
IUSE="cros_host"
|
IUSE="cros_host"
|
||||||
|
|
||||||
RDEPEND="dev-libs/glib
|
RDEPEND="dev-libs/glib
|
||||||
dev-libs/libevent
|
dev-libs/libevent"
|
||||||
dev-libs/nss"
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
dev-cpp/gtest
|
dev-cpp/gtest
|
||||||
cros_host? ( dev-util/scons )"
|
cros_host? ( dev-util/scons )"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user