diff options
-rw-r--r-- | sys-kernel/git-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-2.6.27_rc8-r5.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-kernel/git-sources/ChangeLog b/sys-kernel/git-sources/ChangeLog index 2d9590adf1e1..3af1ccd5e52c 100644 --- a/sys-kernel/git-sources/ChangeLog +++ b/sys-kernel/git-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/git-sources # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.355 2008/10/03 12:40:45 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.356 2008/10/03 17:38:30 mpagano Exp $ + + 03 Oct 2008; Mike Pagano <mpagano@gentoo.org> + git-sources-2.6.27_rc8-r5.ebuild: + Updating warn message for e1000e bug. *git-sources-2.6.27_rc8-r5 (03 Oct 2008) diff --git a/sys-kernel/git-sources/git-sources-2.6.27_rc8-r5.ebuild b/sys-kernel/git-sources/git-sources-2.6.27_rc8-r5.ebuild index 797eed24129b..8bffa7776516 100644 --- a/sys-kernel/git-sources/git-sources-2.6.27_rc8-r5.ebuild +++ b/sys-kernel/git-sources/git-sources-2.6.27_rc8-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc8-r5.ebuild,v 1.1 2008/10/03 12:40:45 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc8-r5.ebuild,v 1.2 2008/10/03 17:38:30 mpagano Exp $ UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" @@ -27,8 +27,10 @@ ebuild -- if the problem is not there, please contact the upstream kernel developers at http://bugme.osdl.org and on the linux-kernel mailing list to report the problem so it can be fixed in time for the next kernel release." -K_EXTRAEWARN="If your system utilizes the e1000e driver DO NOT install and run -any 2.6.27 kernel. See bug #238489 for more information" +K_EXTRAEWARN="This development kernel provides a patch which claims to protect +against damaging systems using the e1000e driver. If your system uses this +driver and you have any reservations then DO NOT install and run any 2.6.27 +kernel. See bug #238489 for more information" pkg_postinst() { postinst_sources |