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 DD075138334 for ; Fri, 22 Mar 2019 10:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5093E09C9; Fri, 22 Mar 2019 10:20:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BB0EBE09C9 for ; Fri, 22 Mar 2019 10:20:19 +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 2CF74335CB7 for ; Fri, 22 Mar 2019 10:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CD4E54A for ; Fri, 22 Mar 2019 10:20:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1553250009.26bf6eb15bbe6b1dbac58b7fbc85183a9323a325.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pram/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pram/pram-2-r1.ebuild app-portage/pram/pram-2.ebuild X-VCS-Directories: app-portage/pram/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 26bf6eb15bbe6b1dbac58b7fbc85183a9323a325 X-VCS-Branch: master Date: Fri, 22 Mar 2019 10:20:16 +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: e483dd42-5ffa-465e-9e37-99778da5d679 X-Archives-Hash: 1f5f8be0b069b573c63fbeb03304dd73 commit: 26bf6eb15bbe6b1dbac58b7fbc85183a9323a325 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 22 10:15:07 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 22 10:20:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bf6eb1 app-portage/pram: Fix installing manpage Signed-off-by: Michał Górny gentoo.org> app-portage/pram/{pram-2.ebuild => pram-2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-portage/pram/pram-2.ebuild b/app-portage/pram/pram-2-r1.ebuild similarity index 97% rename from app-portage/pram/pram-2.ebuild rename to app-portage/pram/pram-2-r1.ebuild index 718e513c9cd..d5151395d54 100644 --- a/app-portage/pram/pram-2.ebuild +++ b/app-portage/pram/pram-2-r1.ebuild @@ -19,5 +19,6 @@ RDEPEND="dev-vcs/git src_install() { dobin pram + doman pram.1 einstalldocs }