Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/
Date: Tue, 17 May 2022 06:01:53
Message-Id: 1652767302.47f89c197413fb0bad5f7630cf75e6a525b1406e.sam@gentoo
1 commit: 47f89c197413fb0bad5f7630cf75e6a525b1406e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 06:01:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 06:01:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f89c19
7
8 app-crypt/pinentry: fix UnusedInherits
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 +-
13 app-crypt/pinentry/pinentry-1.2.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
17 index 71dfa08ccca5..77d4abd228ed 100644
18 --- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
19 +++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit autotools flag-o-matic qmake-utils toolchain-funcs
25 +inherit autotools qmake-utils
26
27 DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"
28 HOMEPAGE="https://gnupg.org/aegypten2"
29
30 diff --git a/app-crypt/pinentry/pinentry-1.2.0.ebuild b/app-crypt/pinentry/pinentry-1.2.0.ebuild
31 index 47d887dbeb77..22f5e9b96eff 100644
32 --- a/app-crypt/pinentry/pinentry-1.2.0.ebuild
33 +++ b/app-crypt/pinentry/pinentry-1.2.0.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -inherit autotools flag-o-matic qmake-utils toolchain-funcs
39 +inherit autotools qmake-utils
40
41 DESCRIPTION="Simple passphrase entry dialogs which utilize the Assuan protocol"
42 HOMEPAGE="https://gnupg.org/aegypten2"