summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild
index bcd9065428a5..b21773a5046d 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild,v 1.1 2007/12/30 19:00:03 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.3.ebuild,v 1.2 2008/04/04 15:10:15 wolf31o2 Exp $
inherit eutils toolchain-funcs
@@ -34,3 +34,7 @@ src_install() {
cd ..
dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README-3.3
}
+
+pkg_postinst() {
+ elog "This version of mksquashfs requires a 2.6.24 kernel or better."
+}