commit: 35eefc549ab281df1d4529579e3fc04f8803ca75 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 05:17:42 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 21:10:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35eefc54
mail-filter/opendmarc: [QA] fix UnusedInherits (multilib) get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam <AT> gentoo.org> mail-filter/opendmarc/opendmarc-1.4.1.1-r2.ebuild | 4 ++-- 1 file 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/"
