williamh 15/04/25 01:18:57 Modified: openrc-9999.ebuild ChangeLog Log: Add binfmt automatically to the boot runlevel when upgrading from <0.14 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.145 sys-apps/openrc/openrc-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.145&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.145&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.144&r2=1.145 Index: openrc-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v retrieving revision 1.144 retrieving revision 1.145 diff -u -r1.144 -r1.145 --- openrc-9999.ebuild 22 Apr 2015 23:01:27 -0000 1.144 +++ openrc-9999.ebuild 25 Apr 2015 01:18:57 -0000 1.145 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.144 2015/04/22 23:01:27 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.145 2015/04/25 01:18:57 williamh Exp $ EAPI=5 @@ -237,6 +237,7 @@ EOF fi fi + has_version ">=sys-apps/openrc-0.14" || add_boot_init binfmt } # >=OpenRC-0.11.3 requires udev-mount to be in the sysinit runlevel with udev. 1.338 sys-apps/openrc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.338&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.338&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.337&r2=1.338 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v retrieving revision 1.337 retrieving revision 1.338 diff -u -r1.337 -r1.338 --- ChangeLog 22 Apr 2015 23:01:27 -0000 1.337 +++ ChangeLog 25 Apr 2015 01:18:57 -0000 1.338 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.337 2015/04/22 23:01:27 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.338 2015/04/25 01:18:57 williamh Exp $ + + 25 Apr 2015; William Hubbs <[email protected]> openrc-9999.ebuild: + Add binfmt automatically to the boot runlevel when upgrading from <0.14 22 Apr 2015; William Hubbs <[email protected]> openrc-9999.ebuild: Most upstream documentation is now in markdown, so adjust the ebuild to
