diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:18:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:33 +0000 |
commit | 2f88cb442f743cb48ab826af416ba05b29ed2a64 (patch) | |
tree | 010686b7e366fc050e27d0f890650a698800fead /mail-mta | |
parent | mail-filter/opendmarc: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-2f88cb442f743cb48ab826af416ba05b29ed2a64.tar.gz gentoo-2f88cb442f743cb48ab826af416ba05b29ed2a64.tar.bz2 gentoo-2f88cb442f743cb48ab826af416ba05b29ed2a64.zip |
mail-mta/nullmailer: [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-mta')
-rw-r--r-- | mail-mta/nullmailer/nullmailer-2.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild index b1e6c0e9952f..d92c894e445a 100644 --- a/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild +++ b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic multilib systemd +inherit autotools flag-o-matic systemd DESCRIPTION="Simple relay-only local mail transport agent" HOMEPAGE="http://untroubled.org/nullmailer/ https://github.com/bruceg/nullmailer" |