commit:     47f89c197413fb0bad5f7630cf75e6a525b1406e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 06:01:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 17 06:01:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f89c19

app-crypt/pinentry: fix UnusedInherits

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 +-
 app-crypt/pinentry/pinentry-1.2.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild 
b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
index 71dfa08ccca5..77d4abd228ed 100644
--- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
+++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic qmake-utils toolchain-funcs
+inherit autotools qmake-utils
 
 DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"
 HOMEPAGE="https://gnupg.org/aegypten2";

diff --git a/app-crypt/pinentry/pinentry-1.2.0.ebuild 
b/app-crypt/pinentry/pinentry-1.2.0.ebuild
index 47d887dbeb77..22f5e9b96eff 100644
--- a/app-crypt/pinentry/pinentry-1.2.0.ebuild
+++ b/app-crypt/pinentry/pinentry-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic qmake-utils toolchain-funcs
+inherit autotools qmake-utils
 
 DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"
 HOMEPAGE="https://gnupg.org/aegypten2";

Reply via email to