diff options
author | 2009-06-13 10:34:12 +0000 | |
---|---|---|
committer | 2009-06-13 10:34:12 +0000 | |
commit | 3f059c6d0316528c99d8c2ccff8e127aac7e8de5 (patch) | |
tree | f3f9e2a7db96cd7fc8d58b1f9a2d797b073b510a /sys-fs/squashfs-tools | |
parent | Add missing die: || "..." -> || die "..." (diff) | |
download | gentoo-2-3f059c6d0316528c99d8c2ccff8e127aac7e8de5.tar.gz gentoo-2-3f059c6d0316528c99d8c2ccff8e127aac7e8de5.tar.bz2 gentoo-2-3f059c6d0316528c99d8c2ccff8e127aac7e8de5.zip |
Change ewarn per bug #263762
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r-- | sys-fs/squashfs-tools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
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 <agaffney@gentoo.org> + squashfs-tools-4.0.ebuild: + Change ewarn per bug #263762 08 Jun 2009; Jeremy Olexa <darkside@gentoo.org> 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." } |