diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-06-18 13:39:35 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-06-18 13:39:35 +0000 |
commit | 3344326141a395746ba9e511b5621f1cbcc58ae9 (patch) | |
tree | 574536f37fb4976e48ae63a008932434000e7339 /www-apps/dspam-web/dspam-web-3.8.0.ebuild | |
parent | Add prototype fix from ruby -r12567 [ruby-list:43615]. Thanks to peper and sp... (diff) | |
download | historical-3344326141a395746ba9e511b5621f1cbcc58ae9.tar.gz historical-3344326141a395746ba9e511b5621f1cbcc58ae9.tar.bz2 historical-3344326141a395746ba9e511b5621f1cbcc58ae9.zip |
Call webapp_pkg_setup() at the end of pkg_setup() (#182402).
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'www-apps/dspam-web/dspam-web-3.8.0.ebuild')
-rw-r--r-- | www-apps/dspam-web/dspam-web-3.8.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-apps/dspam-web/dspam-web-3.8.0.ebuild b/www-apps/dspam-web/dspam-web-3.8.0.ebuild index 3755e6b88723..553bb1f7d706 100644 --- a/www-apps/dspam-web/dspam-web-3.8.0.ebuild +++ b/www-apps/dspam-web/dspam-web-3.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/dspam-web/dspam-web-3.8.0.ebuild,v 1.5 2007/06/16 04:35:29 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/dspam-web/dspam-web-3.8.0.ebuild,v 1.6 2007/06/18 13:39:35 mrness Exp $ inherit webapp eutils autotools @@ -32,6 +32,8 @@ pkg_setup() { eerror "Please disable this flag and re-emerge dspam." die "Incompatible mail-filter/dspam installation" fi + + webapp_pkg_setup } src_unpack() { |