mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay: Update to use new package names
This commit is contained in:
parent
78134bb2fa
commit
a9b102b2eb
@ -20,9 +20,9 @@ RDEPEND="
|
||||
coreos-base/coreos
|
||||
coreos-base/emerge-gitclone
|
||||
dev-debug/gdb
|
||||
dev-debug/strace
|
||||
dev-lang/python
|
||||
dev-util/pahole
|
||||
dev-util/strace
|
||||
dev-vcs/repo
|
||||
net-analyzer/netperf
|
||||
net-analyzer/traceroute
|
||||
|
||||
@ -117,11 +117,11 @@ RDEPEND="${RDEPEND}
|
||||
coreos-base/update_engine
|
||||
coreos-base/ue-rs
|
||||
dev-db/etcdctl
|
||||
dev-debug/strace
|
||||
dev-libs/libsodium
|
||||
dev-libs/openssl
|
||||
dev-util/bpftool
|
||||
dev-util/bsdiff
|
||||
dev-util/strace
|
||||
dev-vcs/git
|
||||
net-analyzer/nmap
|
||||
net-analyzer/tcpdump
|
||||
|
||||
@ -34,6 +34,7 @@ RDEPEND="${RDEPEND}
|
||||
app-emulation/qemu
|
||||
app-text/asciidoc
|
||||
app-text/xmlto
|
||||
dev-build/gtk-doc-am
|
||||
dev-lang/go-bootstrap
|
||||
dev-lang/go:1.19
|
||||
dev-lang/go:1.20
|
||||
@ -55,7 +56,6 @@ RDEPEND="${RDEPEND}
|
||||
dev-python/wheel
|
||||
dev-util/gdbus-codegen
|
||||
dev-util/gperf
|
||||
>=dev-util/gtk-doc-am-1.13
|
||||
dev-util/patchutils
|
||||
>=dev-vcs/git-1.7.2
|
||||
net-libs/libtirpc
|
||||
|
||||
@ -22,11 +22,11 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-build/gtk-doc-am
|
||||
>=dev-libs/expat-2.1.0-r3
|
||||
>=dev-libs/glib-2.40:2
|
||||
>=sys-apps/dbus-1.8
|
||||
>=dev-util/glib-utils-2.40
|
||||
>=dev-util/gtk-doc-am-1.14
|
||||
virtual/pkgconfig
|
||||
" # CBUILD dependencies are needed to make a native tool while cross-compiling.
|
||||
|
||||
@ -72,7 +72,7 @@ RDEPEND="
|
||||
"
|
||||
# Weird dep construct for newer gcc-config for bug #872416
|
||||
BDEPEND="
|
||||
sys-devel/autoconf
|
||||
dev-build/autoconf
|
||||
virtual/pkgconfig
|
||||
|| (
|
||||
>=sys-devel/gcc-config-2.6
|
||||
@ -28,7 +28,7 @@ BDEPEND="
|
||||
acct-user/messagebus
|
||||
app-text/xmlto
|
||||
app-text/docbook-xml-dtd:4.4
|
||||
sys-devel/autoconf-archive
|
||||
dev-build/autoconf-archive
|
||||
virtual/pkgconfig
|
||||
doc? ( app-doc/doxygen )
|
||||
"
|
||||
@ -80,7 +80,7 @@ RDEPEND="${DEPEND}
|
||||
"
|
||||
# Flatcar: require only autoconf:2.69
|
||||
BDEPEND="
|
||||
sys-devel/autoconf:2.69
|
||||
dev-build/autoconf:2.69
|
||||
doc? ( app-doc/doxygen )
|
||||
test? (
|
||||
dev-libs/check
|
||||
@ -46,7 +46,7 @@ DEPEND="${DEPEND_COMMON}
|
||||
>=sys-apps/util-linux-2.16[static-libs]
|
||||
)"
|
||||
BDEPEND="
|
||||
sys-devel/autoconf-archive
|
||||
dev-build/autoconf-archive
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user