|
|
KEYWORDS="~x86 ~ppc" | KEYWORDS="~x86 ~ppc" |
S=${WORKDIR}/${MY_P} | S=${WORKDIR}/${MY_P} |
HOMEDIR=/etc/mail/dspam | HOMEDIR=/etc/mail/dspam |
IUSE="debug large-domain mysql neural oci8 postgres sqlite sqlite3 virtual-users" |
IUSE="debug large-domain mysql neural oci8 postgres sqlite sqlite3 virtual-users user-homedirs" |
|
|
|
pkg_setup() { |
|
if use user-homedirs; then |
|
ewarn "dspam-web does NOT work with USE flag user-homedirs!" |
|
ewarn "If you compiled dspam with user-homedirs, you need to " |
|
ewarn "reinstall dspam without user-homedirs set!" |
|
die |
|
fi |
|
|
|
if `dspam --version | grep "\-\-enable-homedir"` > /dev/null ; then |
|
ewarn "You compiled dspam with --enable-homedir set, dspam-web does NOT " |
|
ewarn "in this configuration. Unset USE flag user-homedirs and emerge dspam." |
|
die |
|
fi |
|
} |
| |
src_compile() { | src_compile() { |
local myconf | local myconf |