diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-15 18:33:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-15 18:33:52 +0000 |
commit | b8bdcf4c3cd775bf575c2338807e147228e88984 (patch) | |
tree | 3fd1e17aa643d134ac1ab152310d8615a5981464 /sys-apps/kmod/kmod-9999.ebuild | |
parent | fixes for compatibility with older ffmpeg/libav (same as done for gst-libav) (diff) | |
download | gentoo-2-b8bdcf4c3cd775bf575c2338807e147228e88984.tar.gz gentoo-2-b8bdcf4c3cd775bf575c2338807e147228e88984.tar.bz2 gentoo-2-b8bdcf4c3cd775bf575c2338807e147228e88984.zip |
Warn users also about missing CONFIG_MODULE_UNLOAD (otherwise modprobe -r and lsmod won't behave as they should)
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-apps/kmod/kmod-9999.ebuild')
-rw-r--r-- | sys-apps/kmod/kmod-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild index a40320740014..0ec5d2d735b5 100644 --- a/sys-apps/kmod/kmod-9999.ebuild +++ b/sys-apps/kmod/kmod-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.47 2013/02/05 16:01:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.48 2013/02/15 18:33:52 ssuominen Exp $ EAPI=4 @@ -38,7 +38,7 @@ DEPEND="${RDEPEND} zlib? ( virtual/pkgconfig )" pkg_setup() { - CONFIG_CHECK="~MODULES" + CONFIG_CHECK="~MODULES ~MODULE_UNLOAD" linux-info_pkg_setup } |