Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/
Date: Mon, 30 Apr 2018 22:12:43
Message-Id: 1525126350.fa4be6f30368977c2e11f1eb10db16e1791a43d9.zlogene@gentoo
1 commit: fa4be6f30368977c2e11f1eb10db16e1791a43d9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 30 22:12:30 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 22:12:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4be6f3
7
8 app-crypt/pinentry: fix whitespacing
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-crypt/pinentry/pinentry-1.1.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild b/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild
16 index 2e72ca45041..cf2bbd6858a 100644
17 --- a/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild
18 +++ b/app-crypt/pinentry/pinentry-1.1.0-r1.ebuild
19 @@ -46,7 +46,7 @@ REQUIRED_USE="
20 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
21
22 PATCHES=(
23 - "${FILESDIR}/${PN}-1.0.0-make-icon-work-under-Plasma-Wayland.patch"
24 + "${FILESDIR}/${PN}-1.0.0-make-icon-work-under-Plasma-Wayland.patch"
25 "${FILESDIR}/${PN}-0.8.2-ncurses.patch"
26 )