commit:     7efd5588e89ea7494ec8874be2f8bceb53ea39a7
Author:     Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
AuthorDate: Wed Jul  9 11:44:10 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jul  9 16:39:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7efd5588

mail-filter/opendmarc: add missing dependency on dev-perl/JSON

opendmarc-import provided by USE=reports has a dependency on perl module
JSON, missing in RDEPEND.

See: 
https://github.com/trusteddomainproject/OpenDMARC/blob/master/reports/README

Bug: https://bugs.gentoo.org/959755
Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh>
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 mail-filter/opendmarc/opendmarc-1.4.1.1-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail-filter/opendmarc/opendmarc-1.4.1.1-r6.ebuild 
b/mail-filter/opendmarc/opendmarc-1.4.1.1-r6.ebuild
index d0f4bed61b7f..eb9f0be833b5 100644
--- a/mail-filter/opendmarc/opendmarc-1.4.1.1-r6.ebuild
+++ b/mail-filter/opendmarc/opendmarc-1.4.1.1-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
        reports? (
                dev-perl/DBD-mysql
                dev-perl/HTTP-Message
+               dev-perl/JSON
                dev-perl/Switch
        )
        spf? ( mail-filter/libspf2 )"

Reply via email to