summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ostrow <dostrow@gentoo.org>2004-05-23 18:09:41 +0000
committerDaniel Ostrow <dostrow@gentoo.org>2004-05-23 18:09:41 +0000
commitfd5e9f108c8bd09b92c79f814f19bdc89ed69bd1 (patch)
treeeecb348bb8db22e10c78f482940a6bc304d054bd /sys-boot
parentAdded 2 patches for compatibility (Manifest recommit) (diff)
downloadgentoo-2-fd5e9f108c8bd09b92c79f814f19bdc89ed69bd1.tar.gz
gentoo-2-fd5e9f108c8bd09b92c79f814f19bdc89ed69bd1.tar.bz2
gentoo-2-fd5e9f108c8bd09b92c79f814f19bdc89ed69bd1.zip
Add ewarn for earlier kernels
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/yaboot/yaboot-1.3.12-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild b/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
index 7a16ca476d9f..ed7be4e900a9 100644
--- a/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
+++ b/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild,v 1.1 2004/05/23 18:03:58 dostrow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.12-r1.ebuild,v 1.2 2004/05/23 18:09:41 dostrow Exp $
inherit eutils
@@ -40,3 +40,8 @@ src_install() {
make ROOT=${D} ${MAKEOPTS} install || die
}
+pkg_postinst() {
+ ewarn "Please note if you are running a 2.6 kernel the verison"
+ ewarn "of ofpath included in this revision of yaboot requires"
+ ewarn "that you run a kernel >= 2.6.3 Prior versions are unsupported."
+}