Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/reop/
Date: Sun, 24 May 2020 19:03:45
Message-Id: 1590307371.f38a7f246e579c3698ed94ee1a9b9832965ecb3a.andrewammerlaan@gentoo
1 commit: f38a7f246e579c3698ed94ee1a9b9832965ecb3a
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun May 24 08:02:51 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun May 24 08:02:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f38a7f24
7
8 app-crypt/reop: Fix typo
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
16 index e9ff7d5..d6b1063 100644
17 --- a/app-crypt/reop/reop-2.1.1.ebuild
18 +++ b/app-crypt/reop/reop-2.1.1.ebuild
19 @@ -23,5 +23,5 @@ src_test() {
20 }
21 src_install() {
22 dobin reop
23 - doman repo.1
24 + doman reop.1
25 }