commit: 274ebd7f37f962e4e605ac0b041c8842e2900e87
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 21:15:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 2 23:52:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274ebd7f
sys-process/at: [QA] fix UnusedInherits
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-process/at/at-3.2.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/at/at-3.2.2-r2.ebuild
b/sys-process/at/at-3.2.2-r2.ebuild
index d2bd7c31d8a..3f39f76a02a 100644
--- a/sys-process/at/at-3.2.2-r2.ebuild
+++ b/sys-process/at/at-3.2.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools flag-o-matic pam systemd
+inherit autotools pam systemd
MY_P="${PN}_${PV}"