summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 05:17:42 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:10:31 +0000
commit35eefc549ab281df1d4529579e3fc04f8803ca75 (patch)
tree08ab3e9b1a71987312881aec68d898ebb5f57814 /mail-filter/opendmarc
parentdev-vcs/rsvndump: [QA] fix UnusedInherits (multilib) (diff)
downloadgentoo-35eefc549ab281df1d4529579e3fc04f8803ca75.tar.gz
gentoo-35eefc549ab281df1d4529579e3fc04f8803ca75.tar.bz2
gentoo-35eefc549ab281df1d4529579e3fc04f8803ca75.zip
mail-filter/opendmarc: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter/opendmarc')
-rw-r--r--mail-filter/opendmarc/opendmarc-1.4.1.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/opendmarc/opendmarc-1.4.1.1-r2.ebuild b/mail-filter/opendmarc/opendmarc-1.4.1.1-r2.ebuild
index cfe99fa1b284..e0c31d75209b 100644
--- a/mail-filter/opendmarc/opendmarc-1.4.1.1-r2.ebuild
+++ b/mail-filter/opendmarc/opendmarc-1.4.1.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools multilib systemd
+inherit autotools systemd
DESCRIPTION="Open source DMARC implementation"
HOMEPAGE="http://www.trusteddomain.org/opendmarc/"