mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
fix(coreos-base/coreos-dev): Add coreos and gcc as dependencies.
This makes coreos-dev a proper superset of coreos.
This commit is contained in:
parent
f519fb70bd
commit
bddf1831f0
@ -32,7 +32,7 @@ IUSE="bluetooth opengl X"
|
||||
# dev-util/hdctools
|
||||
# app-benchmarks/punybench
|
||||
# dev-util/libc-bench
|
||||
RDEPEND="${RDEPEND}
|
||||
RDEPEND="
|
||||
app-admin/sudo
|
||||
app-arch/gzip
|
||||
app-arch/tar
|
||||
@ -41,6 +41,7 @@ RDEPEND="${RDEPEND}
|
||||
app-misc/evtest
|
||||
app-portage/gentoolkit
|
||||
app-shells/bash
|
||||
coreos-base/coreos
|
||||
coreos-base/gmerge
|
||||
dev-lang/python
|
||||
dev-python/dbus-python
|
||||
@ -65,6 +66,7 @@ RDEPEND="${RDEPEND}
|
||||
sys-apps/smartmontools
|
||||
sys-apps/usbutils
|
||||
sys-apps/which
|
||||
sys-devel/gcc
|
||||
sys-devel/gdb
|
||||
sys-fs/fuse
|
||||
sys-fs/lvm2
|
||||
|
Loading…
Reference in New Issue
Block a user