diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 06:01:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 06:01:42 +0000 |
commit | 47f89c197413fb0bad5f7630cf75e6a525b1406e (patch) | |
tree | 8da2e4adb59950363d5fc57b19c0ac7a36c18edd /app-crypt | |
parent | app-crypt/pinentry: drop -std=gnu++11 (diff) | |
download | gentoo-47f89c197413fb0bad5f7630cf75e6a525b1406e.tar.gz gentoo-47f89c197413fb0bad5f7630cf75e6a525b1406e.tar.bz2 gentoo-47f89c197413fb0bad5f7630cf75e6a525b1406e.zip |
app-crypt/pinentry: fix UnusedInherits
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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" |