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 3C9B1138334 for ; Fri, 5 Oct 2018 07:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72DDAE089E; Fri, 5 Oct 2018 07:43:07 +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 4CD9DE089E for ; Fri, 5 Oct 2018 07:43:07 +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 88D73335CDD for ; Fri, 5 Oct 2018 07:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8484042D for ; Fri, 5 Oct 2018 07:43:02 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1538725354.50d7a690ed00d2c8457e5f76a07683eb6b465334.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opusfile/opusfile-0.11.ebuild X-VCS-Directories: media-libs/opusfile/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 50d7a690ed00d2c8457e5f76a07683eb6b465334 X-VCS-Branch: master Date: Fri, 5 Oct 2018 07:43:02 +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: 7775b521-38f0-4d94-a46b-12a65145c6a8 X-Archives-Hash: 59e3d0d1965920208c54d93b37f65620 commit: 50d7a690ed00d2c8457e5f76a07683eb6b465334 Author: Susan Wilson airmail cc> AuthorDate: Tue Oct 2 05:52:11 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Oct 5 07:42:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d7a690 media-libs/opusfile: fix install inside prefix Closes: https://bugs.gentoo.org/667332 Package-Manager: portage-2.3.50-r3, repoman-2.3.11 Signed-off-by: Susan Wilson airmail.cc> Signed-off-by: Fabian Groffen gentoo.org> media-libs/opusfile/opusfile-0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opusfile/opusfile-0.11.ebuild b/media-libs/opusfile/opusfile-0.11.ebuild index 1c16b94fd61..bff77dbcf7e 100644 --- a/media-libs/opusfile/opusfile-0.11.ebuild +++ b/media-libs/opusfile/opusfile-0.11.ebuild @@ -26,7 +26,7 @@ REQUIRED_USE="^^ ( fixed-point float )" src_configure() { local myeconfargs=( - --docdir=/usr/share/doc/${PF} + --docdir="${EPREFIX}/usr/share/doc/${PF}" $(use_enable doc) $(use_enable fixed-point)\ $(use_enable float)