diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:58:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 11:59:42 +0300 |
commit | d5b7dd2afaa4de4fe6e8d585b22abba58478f7af (patch) | |
tree | 4e828e4cfee774e8fe70be0384dc72e3e3f8fa95 /mail-filter/opendkim | |
parent | mail-filter/mailfilter: remove libressl support (diff) | |
download | gentoo-d5b7dd2afaa4de4fe6e8d585b22abba58478f7af.tar.gz gentoo-d5b7dd2afaa4de4fe6e8d585b22abba58478f7af.tar.bz2 gentoo-d5b7dd2afaa4de4fe6e8d585b22abba58478f7af.zip |
mail-filter/opendkim: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'mail-filter/opendkim')
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r26.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild index e2394f1e21f5..d678d4120cc4 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r26.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://downloads.sourceforge.net/project/opendkim/${P}.tar.gz" LICENSE="BSD GPL-2 Sendmail-Open-Source" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="berkdb ldap libressl lmdb lua memcached opendbx poll sasl selinux +ssl static-libs stats querycache test unbound" +IUSE="berkdb ldap lmdb lua memcached opendbx poll sasl selinux +ssl static-libs stats querycache test unbound" BDEPEND="acct-user/opendkim test? ( ${LUA_DEPS} )" @@ -24,8 +24,7 @@ COMMON_DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail ) dev-libs/libbsd sys-apps/grep ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) berkdb? ( >=sys-libs/db-3.2:* ) opendbx? ( >=dev-db/opendbx-1.4.0 ) |