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 EFCFF138334 for ; Thu, 2 Aug 2018 06:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E54EE0828; Thu, 2 Aug 2018 06:40:58 +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 4A02CE0828 for ; Thu, 2 Aug 2018 06:40:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 52620335C06 for ; Thu, 2 Aug 2018 06:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0376386 for ; Thu, 2 Aug 2018 06:40:54 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1533192007.dd44c8ac46f22bddd0ffcf30878056e0be1e7406.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libjpeg-turbo/libjpeg-turbo-2.0.0.ebuild X-VCS-Directories: media-libs/libjpeg-turbo/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: dd44c8ac46f22bddd0ffcf30878056e0be1e7406 X-VCS-Branch: master Date: Thu, 2 Aug 2018 06:40:54 +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: 5bb25a61-5626-4fc3-bb70-4c886acac25e X-Archives-Hash: 0d6de089f63817a38ecc2115f567228b commit: dd44c8ac46f22bddd0ffcf30878056e0be1e7406 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Aug 2 06:39:51 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Aug 2 06:40:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd44c8ac media-libs/libjpeg-turbo: fix on prefix Package-Manager: Portage-2.3.44, Repoman-2.3.10 media-libs/libjpeg-turbo/libjpeg-turbo-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.0.ebuild b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.0.ebuild index 9bacfe12a0f..801a716356c 100644 --- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.0.ebuild +++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.0.ebuild @@ -47,7 +47,7 @@ multilib_src_configure() { fi local mycmakeargs=( - -DCMAKE_INSTALL_DEFAULT_DOCDIR="/usr/share/doc/${PF}" + -DCMAKE_INSTALL_DEFAULT_DOCDIR="${EPREFIX}/usr/share/doc/${PF}" -DENABLE_STATIC="$(usex static-libs)" -DWITH_JAVA="$(multilib_native_usex java)" -DWITH_MEM_SRCDST=ON