diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-10-24 14:41:55 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-10-24 14:41:55 -0700 |
commit | febad4b67e45e1d0840bb5565cc29da66003c5f9 (patch) | |
tree | b0e60568a640ed3c35dab399de6dd61fe2bf32d1 /net-misc/netifrc | |
parent | dev-perl/UNIVERSAL-require: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/netifrc/netifrc-0.3.0.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.3.1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.4.0-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.4.0.ebuild | 3 | ||||
-rw-r--r-- | 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 0a9d2da6cd5c..eeaf27700898 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 59199bae7c39..f81f8d5adc0e 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 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 diff --git a/net-misc/netifrc/netifrc-0.4.0.ebuild b/net-misc/netifrc/netifrc-0.4.0.ebuild index 59199bae7c39..f81f8d5adc0e 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 59199bae7c39..f81f8d5adc0e 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 |