commit:     febad4b67e45e1d0840bb5565cc29da66003c5f9
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 21:41:55 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 21:41:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febad4b6

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 <AT> gentoo.org>

 net-misc/netifrc/netifrc-0.3.0.ebuild    | 3 ++-
 net-misc/netifrc/netifrc-0.3.1.ebuild    | 3 ++-
 net-misc/netifrc/netifrc-0.4.0-r1.ebuild | 3 ++-
 net-misc/netifrc/netifrc-0.4.0.ebuild    | 3 ++-
 net-misc/netifrc/netifrc-9999.ebuild     | 3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/net-misc/netifrc/netifrc-0.3.0.ebuild 
b/net-misc/netifrc/netifrc-0.3.0.ebuild
index 0a9d2da..eeaf277 100644
--- a/net-misc/netifrc/netifrc-0.3.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.3.0.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

diff --git a/net-misc/netifrc/netifrc-0.3.1.ebuild 
b/net-misc/netifrc/netifrc-0.3.1.ebuild
index 59199ba..f81f8d5 100644
--- a/net-misc/netifrc/netifrc-0.3.1.ebuild
+++ b/net-misc/netifrc/netifrc-0.3.1.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

diff --git a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild 
b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild
index b86adf9..ef5f141 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

diff --git a/net-misc/netifrc/netifrc-0.4.0.ebuild 
b/net-misc/netifrc/netifrc-0.4.0.ebuild
index 59199ba..f81f8d5 100644
--- a/net-misc/netifrc/netifrc-0.4.0.ebuild
+++ b/net-misc/netifrc/netifrc-0.4.0.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

diff --git a/net-misc/netifrc/netifrc-9999.ebuild 
b/net-misc/netifrc/netifrc-9999.ebuild
index 59199ba..f81f8d5 100644
--- a/net-misc/netifrc/netifrc-9999.ebuild
+++ b/net-misc/netifrc/netifrc-9999.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

Reply via email to