diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-10 01:42:44 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-10 01:42:44 +0000 |
commit | e0d139a2c3076c97279d788df7a9e9e20c5fc621 (patch) | |
tree | fdbc97c98e26ce924055e3757333ed55a4ec426c /net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild | |
parent | Version bump, closes #50912. (diff) | |
download | historical-e0d139a2c3076c97279d788df7a9e9e20c5fc621.tar.gz historical-e0d139a2c3076c97279d788df7a9e9e20c5fc621.tar.bz2 historical-e0d139a2c3076c97279d788df7a9e9e20c5fc621.zip |
Changed to pkg_setup. Closes #53275.
Diffstat (limited to 'net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild')
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild b/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild index 2fc9982c9f65..4b586fa1b34f 100644 --- a/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.15-r2.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/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild,v 1.6 2004/06/07 04:13:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15-r2.ebuild,v 1.7 2004/06/10 01:42:44 zul Exp $ inherit fixheadtails eutils @@ -19,7 +19,7 @@ DEPEND="dev-lang/tcl ssl? ( dev-libs/openssl ) mysql? ( dev-db/mysql )" -pre_pkg() { +pkg_setup() { use ipv6 && \ ewarn "Note: If eggdrop is built with ipv6 support, the dns.so module is" ewarn "not built." |