summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-08-31 14:07:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-08-31 14:07:44 +0000
commit7cc736b49af41544da9ecbda34b4f606af77de64 (patch)
tree33da3c83adda6bdbaef639c60bdf1373c0653562 /sys-fs
parentFix test phase, bug 521346. (diff)
downloadgentoo-2-7cc736b49af41544da9ecbda34b4f606af77de64.tar.gz
gentoo-2-7cc736b49af41544da9ecbda34b4f606af77de64.tar.bz2
gentoo-2-7cc736b49af41544da9ecbda34b4f606af77de64.zip
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)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog6
-rw-r--r--sys-fs/udev/udev-9999.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index 7cbfa423dfbd..048b29b03438 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -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 <ssuominen@gentoo.org> 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 <ssuominen@gentoo.org> udev-216.ebuild:
Apply upstream commits http://cgit.freedesktop.org/systemd/systemd/commit/src/
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 730eaf47b61d..5a205794e727 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -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 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
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 @@ check_default_rules() {
}
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 @@ multilib_src_configure() {
--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)")
)