diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 04:46:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:09:42 +0000 |
commit | e810de7253b8495d38be6d941979acab15b136e1 (patch) | |
tree | 9b1364fbb000a56e91d50ae58df793ab859fda89 /sys-auth/pam_p11 | |
parent | sys-apps/flatpak: [QA] fix UnusedInherits (autotools) (diff) | |
download | gentoo-e810de7253b8495d38be6d941979acab15b136e1.tar.gz gentoo-e810de7253b8495d38be6d941979acab15b136e1.tar.bz2 gentoo-e810de7253b8495d38be6d941979acab15b136e1.zip |
sys-auth/pam_p11: [QA] fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/pam_p11')
-rw-r--r-- | sys-auth/pam_p11/pam_p11-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/pam_p11/pam_p11-0.3.1.ebuild b/sys-auth/pam_p11/pam_p11-0.3.1.ebuild index 59c7cba7ce6d..0322e3038be0 100644 --- a/sys-auth/pam_p11/pam_p11-0.3.1.ebuild +++ b/sys-auth/pam_p11/pam_p11-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic pam +inherit flag-o-matic pam DESCRIPTION="PAM module for authenticating against PKCS#11 tokens" HOMEPAGE="https://github.com/opensc/pam_p11/wiki" |