diff options
Diffstat (limited to 'mail-filter/opendkim')
| -rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r26.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild index 66f7eba8b167..67bf3435ce81 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://downloads.sourceforge.net/project/opendkim/${P}.tar.gz" # The GPL-2 is for the init script, bug 425960. LICENSE="BSD GPL-2 Sendmail-Open-Source" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="berkdb ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs stats querycache test unbound" BDEPEND="acct-user/opendkim @@ -60,6 +60,10 @@ PATCHES=( "${FILESDIR}/${P}-fix-libmilter-search.patch" ) +pkg_setup() { + use lua && lua-single_pkg_setup +} + src_prepare() { default sed -e 's:/var/db/dkim:/var/lib/opendkim:g' \ |
