ssuominen 14/08/31 14:07:44 Modified: udev-9999.ebuild ChangeLog Log: Make sure CONFIG_FW_LOADER_USER_HELPER is set to =n and remove references to the userspace firmware loader. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.318 sys-fs/udev/udev-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.318&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.318&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.317&r2=1.318 Index: udev-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v retrieving revision 1.317 retrieving revision 1.318 diff -u -r1.317 -r1.318 --- udev-9999.ebuild 20 Aug 2014 08:29:30 -0000 1.317 +++ udev-9999.ebuild 31 Aug 2014 14:07:44 -0000 1.318 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.317 2014/08/20 08:29:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.318 2014/08/31 14:07:44 ssuominen Exp $ EAPI=5 @@ -26,7 +26,7 @@ LICENSE="LGPL-2.1 MIT GPL-2" SLOT="0" -IUSE="acl doc +firmware-loader gudev introspection +kmod selinux static-libs" +IUSE="acl doc gudev introspection +kmod selinux static-libs" RESTRICT="test" @@ -88,7 +88,7 @@ } pkg_setup() { - CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET" + CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~!CONFIG_FW_LOADER_USER_HELPER" linux-info_pkg_setup # CONFIG_FHANDLE was introduced by 2.6.39 @@ -192,7 +192,6 @@ --with-html-dir=/usr/share/doc/${PF}/html --without-python --with-bashcompletiondir="$(get_bashcompdir)" - $(use firmware-loader && echo "--with-firmware-path=/lib/firmware/updates:/lib/firmware") --with-rootprefix= $(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)") ) 1.1085 sys-fs/udev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1085&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1085&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1084&r2=1.1085 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v retrieving revision 1.1084 retrieving revision 1.1085 diff -u -r1.1084 -r1.1085 --- ChangeLog 24 Aug 2014 06:20:21 -0000 1.1084 +++ ChangeLog 31 Aug 2014 14:07:44 -0000 1.1085 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1084 2014/08/24 06:20:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1085 2014/08/31 14:07:44 ssuominen Exp $ + + 31 Aug 2014; Samuli Suominen <[email protected]> udev-9999.ebuild: + Make sure CONFIG_FW_LOADER_USER_HELPER is set to =n and remove references to + the userspace firmware loader. 24 Aug 2014; Samuli Suominen <[email protected]> udev-216.ebuild: Apply upstream commits http://cgit.freedesktop.org/systemd/systemd/commit/src/
