diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-12-21 08:22:51 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-12-21 08:23:06 -0500 |
commit | f601822614a771c5ec2fbf885d8bd70dceab7ae1 (patch) | |
tree | b57c7932b5276285eacd8bcf276aef6908614a79 /mail-filter | |
parent | app-editors/gvim: migrate to lua-single.eclass (diff) | |
download | gentoo-f601822614a771c5ec2fbf885d8bd70dceab7ae1.tar.gz gentoo-f601822614a771c5ec2fbf885d8bd70dceab7ae1.tar.bz2 gentoo-f601822614a771c5ec2fbf885d8bd70dceab7ae1.zip |
mail-filter/opendkim: typo fix.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild index 8ca7f3a8623d..d6a9c321c579 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r25.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LUA_COMPAT=( lua5-1 lua5-2} ) +LUA_COMPAT=( lua5-1 lua5-2 ) inherit autotools db-use eutils systemd tmpfiles lua-single |