diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 23:34:59 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-12-09 23:34:59 +0000 |
commit | 65104c81b22a2e963f8f6fd5ba8731cb53723038 (patch) | |
tree | e44021ad6bcf206e0312c6ac397384217e8ae97e /sys-apps/modutils/modutils-2.4.22.ebuild | |
parent | Bump to latest stable (diff) | |
download | gentoo-2-65104c81b22a2e963f8f6fd5ba8731cb53723038.tar.gz gentoo-2-65104c81b22a2e963f8f6fd5ba8731cb53723038.tar.bz2 gentoo-2-65104c81b22a2e963f8f6fd5ba8731cb53723038.zip |
mark stable
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.22.ebuild')
-rw-r--r-- | sys-apps/modutils/modutils-2.4.22.ebuild | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/sys-apps/modutils/modutils-2.4.22.ebuild b/sys-apps/modutils/modutils-2.4.22.ebuild index c983c2970da8..47dff2498e1b 100644 --- a/sys-apps/modutils/modutils-2.4.22.ebuild +++ b/sys-apps/modutils/modutils-2.4.22.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.22.ebuild,v 1.2 2002/12/09 04:37:26 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.22.ebuild,v 1.3 2002/12/09 23:34:59 azarah Exp $ -S=${WORKDIR}/${P} -SLOT="0" +S="${WORKDIR}/${P}" DESCRIPTION="Standard kernel module utilities" SRC_URI="http://www.kernel.org/pub/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2" HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/modutils/" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha" +SLOT="0" LICENSE="GPL-2" + DEPEND="virtual/glibc" src_compile() { @@ -34,3 +35,11 @@ src_install() { dodoc COPYING CREDITS ChangeLog NEWS README TODO } + +pkg_postinst() { + echo + einfo "If you get problems after update related to missing" + einfo "\"keybdev\" module, please recompile your kernel." + echo +} + |