diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-11-28 00:08:12 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-11-28 00:31:11 +0100 |
commit | 3d9602bfc8ec715934645250101e0926e9bcd57c (patch) | |
tree | b6082864ee1636b9a42608a210ea7be5cbd34601 /net-misc/netifrc | |
parent | sys-kernel/git-sources: Linux patch 4.9-rc7 (diff) | |
download | gentoo-3d9602bfc8ec715934645250101e0926e9bcd57c.tar.gz gentoo-3d9602bfc8ec715934645250101e0926e9bcd57c.tar.bz2 gentoo-3d9602bfc8ec715934645250101e0926e9bcd57c.zip |
net-misc/netifrc: Update RDEPEND
- Block on <sys-fs/udev-init-scripts-27 for smoother upgrade path
added. (bug #599096)
- Bumped requirement on sys-apps/openrc to >=sys-apps/openrc-0.15 which
is the first version providing the "#!/sbin/openrc-run" shebang we now
depend on.
Gentoo-Bug: https://bugs.gentoo.org/599096
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/netifrc-0.4.0-r1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.5.0.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-0.5.1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/netifrc/netifrc-9999.ebuild | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild index fd2badc44bfb..2ccf45e0e6c8 100644 --- a/net-misc/netifrc/netifrc-0.4.0-r1.ebuild +++ b/net-misc/netifrc/netifrc-0.4.0-r1.ebuild @@ -25,7 +25,8 @@ IUSE="" DEPEND="kernel_linux? ( virtual/pkgconfig ) !<sys-fs/udev-172" RDEPEND="sys-apps/gentoo-functions - >=sys-apps/openrc-0.12" + >=sys-apps/openrc-0.15 + !<sys-fs/udev-init-scripts-27" src_prepare() { if [[ ${PV} == "9999" ]] ; then diff --git a/net-misc/netifrc/netifrc-0.5.0.ebuild b/net-misc/netifrc/netifrc-0.5.0.ebuild index 918a70a6dda8..6640e5739284 100644 --- a/net-misc/netifrc/netifrc-0.5.0.ebuild +++ b/net-misc/netifrc/netifrc-0.5.0.ebuild @@ -25,7 +25,8 @@ IUSE="" DEPEND="kernel_linux? ( virtual/pkgconfig ) !<sys-fs/udev-172" RDEPEND="sys-apps/gentoo-functions - >=sys-apps/openrc-0.12" + >=sys-apps/openrc-0.15 + !<sys-fs/udev-init-scripts-27" src_prepare() { if [[ ${PV} == "9999" ]] ; then diff --git a/net-misc/netifrc/netifrc-0.5.1.ebuild b/net-misc/netifrc/netifrc-0.5.1.ebuild index 918a70a6dda8..6640e5739284 100644 --- a/net-misc/netifrc/netifrc-0.5.1.ebuild +++ b/net-misc/netifrc/netifrc-0.5.1.ebuild @@ -25,7 +25,8 @@ IUSE="" DEPEND="kernel_linux? ( virtual/pkgconfig ) !<sys-fs/udev-172" RDEPEND="sys-apps/gentoo-functions - >=sys-apps/openrc-0.12" + >=sys-apps/openrc-0.15 + !<sys-fs/udev-init-scripts-27" src_prepare() { if [[ ${PV} == "9999" ]] ; then diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild index f81f8d5adc0e..6640e5739284 100644 --- a/net-misc/netifrc/netifrc-9999.ebuild +++ b/net-misc/netifrc/netifrc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,8 @@ IUSE="" DEPEND="kernel_linux? ( virtual/pkgconfig ) !<sys-fs/udev-172" RDEPEND="sys-apps/gentoo-functions - >=sys-apps/openrc-0.12" + >=sys-apps/openrc-0.15 + !<sys-fs/udev-init-scripts-27" src_prepare() { if [[ ${PV} == "9999" ]] ; then |