diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-03-18 14:35:39 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-03-18 14:35:39 +0000 |
commit | 0714b27c78aeb425a0270312c526b4e7df636cbc (patch) | |
tree | e183758395c49a6c43a557355025c9075b2ae6fb /net-misc/zaptel | |
parent | Moved net-www/snownews to net-news/snownews (diff) | |
download | gentoo-2-0714b27c78aeb425a0270312c526b4e7df636cbc.tar.gz gentoo-2-0714b27c78aeb425a0270312c526b4e7df636cbc.tar.bz2 gentoo-2-0714b27c78aeb425a0270312c526b4e7df636cbc.zip |
Add missing call to linux-mod_pkg_postinst
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/zaptel')
-rw-r--r-- | net-misc/zaptel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/zaptel/zaptel-1.0.6.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/zaptel/ChangeLog b/net-misc/zaptel/ChangeLog index d4a4c2cf8c9a..752bad2849b5 100644 --- a/net-misc/zaptel/ChangeLog +++ b/net-misc/zaptel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/zaptel # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.34 2005/03/12 12:17:23 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/ChangeLog,v 1.35 2005/03/18 14:35:39 chrb Exp $ + + 18 Mar 2005; Chris Bainbridge <chrb@gentoo.org> zaptel-1.0.6.ebuild: + Add missing call to linux-mod_pkg_postinst 12 Mar 2005; Stefan Knoblich <stkn@gentoo.org> zaptel-1.0.6.ebuild: Fixed gcc-3.4 patch path diff --git a/net-misc/zaptel/zaptel-1.0.6.ebuild b/net-misc/zaptel/zaptel-1.0.6.ebuild index c4170da22d1f..cf35ae269263 100644 --- a/net-misc/zaptel/zaptel-1.0.6.ebuild +++ b/net-misc/zaptel/zaptel-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.6.ebuild,v 1.3 2005/03/12 12:17:23 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zaptel/zaptel-1.0.6.ebuild,v 1.4 2005/03/18 14:35:39 chrb Exp $ IUSE="devfs26 bri florz" @@ -172,6 +172,8 @@ src_install() { } pkg_postinst() { + linux-mod_pkg_postinst + if use devfs26; then ewarn "*** Warning! ***" ewarn "Devfs support for linux-2.6 is experimental and not" |