From 3f059c6d0316528c99d8c2ccff8e127aac7e8de5 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 13 Jun 2009 10:34:12 +0000 Subject: Change ewarn per bug #263762 (Portage version: 2.1.6.13/cvs/Linux x86_64) --- sys-fs/squashfs-tools/ChangeLog | 6 +++++- sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sys-fs/squashfs-tools') diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog index 59e13832370a..2cfa46e428e2 100644 --- a/sys-fs/squashfs-tools/ChangeLog +++ b/sys-fs/squashfs-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/squashfs-tools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.62 2009/06/08 17:41:20 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.63 2009/06/13 10:34:12 agaffney Exp $ + + 13 Jun 2009; Andrew Gaffney + squashfs-tools-4.0.ebuild: + Change ewarn per bug #263762 08 Jun 2009; Jeremy Olexa squashfs-tools-4.0.ebuild: amd64 stable, bug 273131 diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild index 411ac0418c9a..b028c007b41a 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild,v 1.3 2009/06/08 17:41:20 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild,v 1.4 2009/06/13 10:34:12 agaffney Exp $ inherit toolchain-funcs @@ -38,5 +38,5 @@ src_install() { } pkg_postinst() { - ewarn "This version of mksquashfs requires a 2.6.24 kernel or better." + ewarn "This version of mksquashfs requires a 2.6.29 kernel or better." } -- cgit v1.2.3-65-gdbad