diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-04 10:32:31 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-04 10:34:29 +0200 |
commit | a940a19661c6fa52ec312a36012cd871eda1fc0d (patch) | |
tree | 51bac90f9e8b419614617d403c06bbe03d4d21a8 /net-misc/wicd | |
parent | 28b7f2c2dc99ae9049ea8a11c7808194e10dc3b0 (diff) | |
download | gentoo-a940a19661c6fa52ec312a36012cd871eda1fc0d.tar.gz gentoo-a940a19661c6fa52ec312a36012cd871eda1fc0d.tar.xz |
net-misc/wicd: Dependency fixes.
Newer util-linux packages provide rfkill.
kdesu was moved from kde-apps to kde-frameworks.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'net-misc/wicd')
-rw-r--r-- | net-misc/wicd/wicd-1.7.4-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/wicd/wicd-1.7.4-r2.ebuild b/net-misc/wicd/wicd-1.7.4-r2.ebuild index f61ee5e7f09..c06f9fd6f0f 100644 --- a/net-misc/wicd/wicd-1.7.4-r2.ebuild +++ b/net-misc/wicd/wicd-1.7.4-r2.ebuild @@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS} || ( x11-misc/ktsuss kde-plasma/kde-cli-tools[kdesu] - kde-apps/kdesu + kde-frameworks/kdesu ) ) || ( @@ -51,7 +51,10 @@ RDEPEND="${PYTHON_DEPS} ) pm-utils? ( sys-power/pm-utils ) gnome-shell? ( gnome-base/gnome-shell ) - net-wireless/rfkill + || ( + >=sys-apps/util-linux-2.31_rc1 + net-wireless/rfkill + ) " PATCHES=( "${FILESDIR}"/${PN}-init-sve-start.patch |