diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-12 20:57:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-12 20:57:22 +0000 |
commit | 724a0f430d5eeba8bc6b4713c8a52e5013935a6f (patch) | |
tree | 1a94b768813aa073b74ed647aa0054c5b64a3d5c /mail-mta/netqmail/netqmail-1.05-r8.ebuild | |
parent | Drop env-update call that the PM does for us #402339. (diff) | |
download | gentoo-2-724a0f430d5eeba8bc6b4713c8a52e5013935a6f.tar.gz gentoo-2-724a0f430d5eeba8bc6b4713c8a52e5013935a6f.tar.bz2 gentoo-2-724a0f430d5eeba8bc6b4713c8a52e5013935a6f.zip |
Drop env-update call that the PM does for us #402339.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/netqmail/netqmail-1.05-r8.ebuild')
-rw-r--r-- | mail-mta/netqmail/netqmail-1.05-r8.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail-mta/netqmail/netqmail-1.05-r8.ebuild b/mail-mta/netqmail/netqmail-1.05-r8.ebuild index efbd94f96edd..2d4ed21586e5 100644 --- a/mail-mta/netqmail/netqmail-1.05-r8.ebuild +++ b/mail-mta/netqmail/netqmail-1.05-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r8.ebuild,v 1.12 2011/03/28 09:32:33 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/netqmail/netqmail-1.05-r8.ebuild,v 1.13 2012/02/12 20:57:22 vapier Exp $ inherit eutils toolchain-funcs fixheadtails flag-o-matic @@ -324,9 +324,6 @@ pkg_postinst() { rootmailfixup buildtcprules - # for good measure - env-update - elog "To setup qmail to run out-of-the-box on your system, run:" elog "emerge --config =${CATEGORY}/${PF}" elog |