diff options
author | Sam James <sam@gentoo.org> | 2021-09-02 22:15:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-03 00:52:26 +0100 |
commit | 274ebd7f37f962e4e605ac0b041c8842e2900e87 (patch) | |
tree | fe45fd05c67df108907425f7d5abd0273e2eed67 /sys-process/at | |
parent | sys-power/sispmctl: [QA] fix UnusedInherits (diff) | |
download | gentoo-274ebd7f37f962e4e605ac0b041c8842e2900e87.tar.gz gentoo-274ebd7f37f962e4e605ac0b041c8842e2900e87.tar.bz2 gentoo-274ebd7f37f962e4e605ac0b041c8842e2900e87.zip |
sys-process/at: [QA] fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/at')
-rw-r--r-- | sys-process/at/at-3.2.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/at/at-3.2.2-r2.ebuild b/sys-process/at/at-3.2.2-r2.ebuild index d2bd7c31d8a6..3f39f76a02ae 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}" |