diff options
author | 2013-08-24 10:59:59 +0000 | |
---|---|---|
committer | 2013-08-24 10:59:59 +0000 | |
commit | 7e64a2f4ef0805081b46f25d1963c1120d206733 (patch) | |
tree | b5bd4c2944e778a7377b253ad3cd7a58a7571813 /sys-apps/kmod/ChangeLog | |
parent | add ~arm, bug #479860 (diff) | |
download | historical-7e64a2f4ef0805081b46f25d1963c1120d206733.tar.gz historical-7e64a2f4ef0805081b46f25d1963c1120d206733.tar.bz2 historical-7e64a2f4ef0805081b46f25d1963c1120d206733.zip |
Remove checks for CONFIG_MODULES and CONFIG_MODULE_UNLOAD and upgrade path from sys-apps/module-init-tools wrt #462926 by Mike Frysinger. Bail out early if the used compiler is too old wrt #481020.
Package-Manager: portage-2.2.0/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'sys-apps/kmod/ChangeLog')
-rw-r--r-- | sys-apps/kmod/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/kmod/ChangeLog b/sys-apps/kmod/ChangeLog index 87dce265976f..08a241334f0d 100644 --- a/sys-apps/kmod/ChangeLog +++ b/sys-apps/kmod/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/kmod # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.109 2013/08/16 14:25:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/ChangeLog,v 1.110 2013/08/24 10:59:48 ssuominen Exp $ + + 24 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> kmod-13-r1.ebuild, + kmod-14-r1.ebuild, kmod-14-r2.ebuild, kmod-9999.ebuild: + Remove checks for CONFIG_MODULES and CONFIG_MODULE_UNLOAD and upgrade path + from sys-apps/module-init-tools wrt #462926 by Mike Frysinger. Bail out early + if the used compiler is too old wrt #481020. *kmod-14-r1 (16 Aug 2013) |