commit: f38a7f246e579c3698ed94ee1a9b9832965ecb3a
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun May 24 08:02:51 2020 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 24 08:02:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f38a7f24
app-crypt/reop: Fix typo
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
app-crypt/reop/reop-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index e9ff7d5..d6b1063 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -23,5 +23,5 @@ src_test() {
}
src_install() {
dobin reop
- doman repo.1
+ doman reop.1
}