mailgw: small update
This commit is contained in:
parent
c59d3f6f44
commit
206631b6e8
|
@ -47,7 +47,5 @@ postinstall: timesyncd.conf firstboot.start
|
|||
$(inroot) systemctl enable clamd.service
|
||||
$(inroot) systemctl enable postfix.service
|
||||
$(inroot) systemctl enable pdns-recursor.service
|
||||
# für clamav-unofficial-sigs (kann in nächster Gentoo-Version wohl weg)
|
||||
$(inroot) ln -s /usr/lib/systemd /lib/systemd
|
||||
|
||||
clean:
|
||||
|
|
|
@ -3,6 +3,6 @@ CXXFLAGS="-O2 -pipe"
|
|||
USE="hardened justify pie ssp urandom xattr xtpax -fortran -jit -orc -pch -pic -prelink -profile -tcc"
|
||||
MAKEOPTS="-j5"
|
||||
ACCEPT_LICENSE="*"
|
||||
PYTHON_TARGETS="python2_7 python3_6"
|
||||
PYTHON_SINGLE_TARGET="python2_7"
|
||||
PYTHON_TARGETS="python3_6"
|
||||
PYTHON_SINGLE_TARGET="python3_6"
|
||||
VIDEO_CARDS="vmware"
|
||||
|
|
|
@ -14,6 +14,8 @@ dev-perl/Unicode-LineBreak
|
|||
dev-perl/Crypt-SMIME
|
||||
sys-libs/db:6.0
|
||||
virtual/perl-Encode
|
||||
dev-perl/Email-LocalDelivery
|
||||
dev-perl/Email-FolderType
|
||||
|
||||
# ClamAV Zusatz-Signaturen
|
||||
app-antivirus/clamav-unofficial-sigs
|
||||
|
|
|
@ -6,6 +6,7 @@ dev-lang/python ssl threads xml
|
|||
dev-libs/libpcre cxx jit
|
||||
dev-libs/libpcre2 jit
|
||||
dev-util/pkgconfig internal-glib
|
||||
dev-vcs/git -python
|
||||
net-misc/openssh ssl
|
||||
net-misc/wget ssl
|
||||
sys-apps/hwids udev
|
||||
|
|
Reference in New Issue