From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 E8128138334 for ; Sun, 27 Jan 2019 22:29:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03CFDE1017; Sun, 27 Jan 2019 22:29:09 +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 CB5A5E1017 for ; Sun, 27 Jan 2019 22:29:08 +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 2FE01335D76 for ; Sun, 27 Jan 2019 22:29:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8768455 for ; Sun, 27 Jan 2019 22:29:04 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1548628132.57eb3b62e67cbc563075f575cb278b3e92c9696d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/prelink/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/prelink/prelink-20151030.ebuild X-VCS-Directories: sys-devel/prelink/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 57eb3b62e67cbc563075f575cb278b3e92c9696d X-VCS-Branch: master Date: Sun, 27 Jan 2019 22:29:04 +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: eacd9f71-3f46-4457-92db-0c686fce299e X-Archives-Hash: f33442c7e7a978b496b57e6c533b9320 commit: 57eb3b62e67cbc563075f575cb278b3e92c9696d Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jan 27 22:28:39 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jan 27 22:28:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57eb3b62 sys-devel/prelink: fix USE=doc failure, bug #578948 Fix by Alexander Miller. Reported-by: Alexander Miller Closes: https://bugs.gentoo.org/578948 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/prelink/prelink-20151030.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/prelink/prelink-20151030.ebuild b/sys-devel/prelink/prelink-20151030.ebuild index 69a205c9d16..d30ac894609 100644 --- a/sys-devel/prelink/prelink-20151030.ebuild +++ b/sys-devel/prelink/prelink-20151030.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -46,7 +46,7 @@ src_configure() { src_install() { default - use doc && dodoc "${WORKDIR}"/prelink.pdf + use doc && dodoc "${DISTDIR}"/prelink.pdf insinto /etc doins doc/prelink.conf