summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-21 10:53:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-21 10:53:48 +0100
commit8e6336019d5597252326efbc601ec9efa4e352d9 (patch)
tree42b41f4442a22c3f4d0a29978839cc2a3deb5762
parent5749718c5d9d1c8a324f0897a4eb62eee02e8b2c (diff)
sys-apps/openrc : change some deps to recommendations
-rw-r--r--packages/sys-apps/openrc/openrc-0.34.11-r3.exheres-0 (renamed from packages/sys-apps/openrc/openrc-0.34.11-r2.exheres-0)10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/sys-apps/openrc/openrc-0.34.11-r2.exheres-0 b/packages/sys-apps/openrc/openrc-0.34.11-r3.exheres-0
index 0b702d3..d5377e6 100644
--- a/packages/sys-apps/openrc/openrc-0.34.11-r2.exheres-0
+++ b/packages/sys-apps/openrc/openrc-0.34.11-r3.exheres-0
@@ -17,6 +17,9 @@ MYOPTIONS="
*description = [ provider for the init daemon ]
number-selected = at-most-one
]]
+ dhcp [[ description = [
+ Enable external networking tools
+ ] ]]
dkms [[ description = [
Enable DKMS (dynamic kernel module support) integration
] ]]
@@ -42,7 +45,12 @@ DEPENDENCIES="
providers:sinit? ( sys-apps/sinit )
providers:sysvinit? ( sys-apps/sysvinit )
plymouth? ( sys-boot/plymouth-openrc-plugin )
- sys-apps/net-tools
+ recommendation:
+ plymouth? ( sys-boot/plymouth-openrc-plugin )
+ dhcp? (
+ sys-apps/net-tools
+ net-misc/dhcpcd
+ )
"
REMOTE_IDS="github:OpenRC/${PN}"