summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-10-24 14:41:55 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2016-10-24 14:41:55 -0700
commitfebad4b67e45e1d0840bb5565cc29da66003c5f9 (patch)
treeb0e60568a640ed3c35dab399de6dd61fe2bf32d1 /net-misc/netifrc/netifrc-0.4.0-r1.ebuild
parentdev-perl/UNIVERSAL-require: Remove old (diff)
downloadgentoo-febad4b67e45e1d0840bb5565cc29da66003c5f9.tar.gz
gentoo-febad4b67e45e1d0840bb5565cc29da66003c5f9.tar.bz2
gentoo-febad4b67e45e1d0840bb5565cc29da66003c5f9.zip
net-misc/netifrc: restore openrc dep: bug #536282.
Netifrc uses start-stop-daemon for many of the modules, and it's only available if openrc is installed. X-Gentoo-Bug: 536282 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=536282 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-misc/netifrc/netifrc-0.4.0-r1.ebuild')
-rw-r--r--net-misc/netifrc/netifrc-0.4.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild
index b86adf9a7a18..ef5f1412ff3c 100644
--- a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild
+++ b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild
@@ -24,7 +24,8 @@ IUSE=""
DEPEND="kernel_linux? ( virtual/pkgconfig )
!<sys-fs/udev-172"
-RDEPEND="sys-apps/gentoo-functions"
+RDEPEND="sys-apps/gentoo-functions
+ >=sys-apps/openrc-0.12"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then