commit: 3d9602bfc8ec715934645250101e0926e9bcd57c Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Nov 27 23:08:12 2016 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Nov 27 23:31:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9602bf
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 net-misc/netifrc/netifrc-0.4.0-r1.ebuild | 3 ++- net-misc/netifrc/netifrc-0.5.0.ebuild | 3 ++- net-misc/netifrc/netifrc-0.5.1.ebuild | 3 ++- 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 fd2badc..2ccf45e 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 918a70a..6640e57 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 918a70a..6640e57 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 f81f8d5..6640e57 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
