From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AA5A1382C5 for ; Tue, 5 Jan 2021 10:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DC96E082F; Tue, 5 Jan 2021 10:47:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FC1EE082F for ; Tue, 5 Jan 2021 10:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 229B633E3A9 for ; Tue, 5 Jan 2021 10:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 846EC46B for ; Tue, 5 Jan 2021 10:47:18 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1609843619.9735b799384ae3df0e340098b06dc0fd9ba7a0ad.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild X-VCS-Directories: app-crypt/johntheripper-jumbo/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9735b799384ae3df0e340098b06dc0fd9ba7a0ad X-VCS-Branch: master Date: Tue, 5 Jan 2021 10:47:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49c54bd1-7337-4d22-883f-453d27e2b3c0 X-Archives-Hash: f5dbc9324b412150a8f203c64f48e754 commit: 9735b799384ae3df0e340098b06dc0fd9ba7a0ad Author: Miroslav Šulc gentoo org> AuthorDate: Tue Jan 5 10:46:59 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Jan 5 10:46:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9735b799 app-crypt/johntheripper-jumbo: fixed installation of docs in live Closes: https://bugs.gentoo.org/746833 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild index 721d298e771..c2ab18f15f1 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -119,5 +119,5 @@ src_install() { doins -r run/rules run/ztex # documentation - dodoc doc/* + dodoc -r doc/* }