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 3C1EF139085 for ; Sat, 4 Feb 2017 20:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BF1621C0E7; Sat, 4 Feb 2017 20:07:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A51421C0E7 for ; Sat, 4 Feb 2017 20:07:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66C1C341650 for ; Sat, 4 Feb 2017 20:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40BBD3DCC for ; Sat, 4 Feb 2017 20:07:23 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486238801.948f4d86a2c8b121872caaeaa75463bf23d53e46.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgcrypt/libgcrypt-1.7.5-r2.ebuild X-VCS-Directories: dev-libs/libgcrypt/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 948f4d86a2c8b121872caaeaa75463bf23d53e46 X-VCS-Branch: master Date: Sat, 4 Feb 2017 20:07:23 +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-Archives-Salt: c251782d-89b3-42a9-b311-919ef1b67c7e X-Archives-Hash: 0fde164d9836ed213004db48f17a1a8c commit: 948f4d86a2c8b121872caaeaa75463bf23d53e46 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 4 20:06:06 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 20:06:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948f4d86 dev-libs/libgcrypt: fix pdf installation Bug: 608186 Package-Manager: portage-2.3.3 dev-libs/libgcrypt/libgcrypt-1.7.5-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libgcrypt/libgcrypt-1.7.5-r2.ebuild b/dev-libs/libgcrypt/libgcrypt-1.7.5-r2.ebuild index 990d89a..14ab9ba 100644 --- a/dev-libs/libgcrypt/libgcrypt-1.7.5-r2.ebuild +++ b/dev-libs/libgcrypt/libgcrypt-1.7.5-r2.ebuild @@ -70,7 +70,7 @@ multilib_src_compile() { multilib_is_native_abi && use doc && VARTEXFONTS="${T}/fonts" emake -C doc gcrypt.pdf } -multilib_src_install_all() { - einstalldocs - use doc && dodoc doc/gcrypt.pdf +multilib_src_install() { + emake DESTDIR="${D}" install + multilib_is_native_abi && use doc && dodoc doc/gcrypt.pdf }