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 52188138334 for ; Sun, 3 Mar 2019 18:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBBCE0874; Sun, 3 Mar 2019 18:37:16 +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 22E42E0874 for ; Sun, 3 Mar 2019 18:37:16 +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 60B4C335D00 for ; Sun, 3 Mar 2019 18:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961BD54F for ; Sun, 3 Mar 2019 18:37:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1551638208.5d4877c0cb0f3e28fd5577c156c2bb44584d1305.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgconf/pkgconf-9999.ebuild X-VCS-Directories: dev-util/pkgconf/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5d4877c0cb0f3e28fd5577c156c2bb44584d1305 X-VCS-Branch: master Date: Sun, 3 Mar 2019 18:37:12 +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: 01baec54-0de4-4551-af4d-5acdb93831a1 X-Archives-Hash: c106beda909036213d71b72829294b1b commit: 5d4877c0cb0f3e28fd5577c156c2bb44584d1305 Author: Mike Gilbert gentoo org> AuthorDate: Sun Mar 3 18:31:27 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Mar 3 18:36:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4877c0 dev-util/pkgconf: install man1/pkg-config.1 symlink Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert gentoo.org> dev-util/pkgconf/pkgconf-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild index 9e8d44de69d..c06cf497198 100644 --- a/dev-util/pkgconf/pkgconf-9999.ebuild +++ b/dev-util/pkgconf/pkgconf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -66,6 +66,7 @@ multilib_src_install() { if use pkg-config; then dosym pkgconf /usr/bin/pkg-config + dosym pkgconf.1 /usr/share/man/man1/pkg-config.1 else rm "${ED%/}"/usr/share/aclocal/pkg.m4 || die fi