diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-05 13:46:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 20:27:23 +0000 |
commit | eae87f59195b7914724adc09b1f3c10f1d076a4a (patch) | |
tree | e395c1722c0f3d4324debd7d305043660aa01624 /mail-filter | |
parent | dev-php/PEAR-PHP_Debug: remove whitespace (diff) | |
download | gentoo-eae87f59195b7914724adc09b1f3c10f1d076a4a.tar.gz gentoo-eae87f59195b7914724adc09b1f3c10f1d076a4a.tar.bz2 gentoo-eae87f59195b7914724adc09b1f3c10f1d076a4a.zip |
mail-filter/opendmarc: remove whitespace
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19777
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/opendmarc/opendmarc-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/opendmarc/opendmarc-1.3.3.ebuild b/mail-filter/opendmarc/opendmarc-1.3.3.ebuild index 01e87e8cf8cb..c8ebaefc31dc 100644 --- a/mail-filter/opendmarc/opendmarc-1.3.3.ebuild +++ b/mail-filter/opendmarc/opendmarc-1.3.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools user multilib systemd -DESCRIPTION="Open source DMARC implementation " +DESCRIPTION="Open source DMARC implementation" HOMEPAGE="http://www.trusteddomain.org/opendmarc/" SRC_URI="https://github.com/trusteddomainproject/OpenDMARC/archive/rel-${PN}-${PV//./-}.tar.gz -> ${P}.tar.gz" |