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 C850A139085 for ; Sat, 28 Jan 2017 14:19:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3692AE0CDF; Sat, 28 Jan 2017 14:19:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1949DE0CDF for ; Sat, 28 Jan 2017 14:19:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 587E33412F9 for ; Sat, 28 Jan 2017 14:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25A9138B7 for ; Sat, 28 Jan 2017 14:19: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: <1485613125.25286cc2ce18c1e835949397954f0a044b7c762e.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/feh/feh-2.18.ebuild X-VCS-Directories: media-gfx/feh/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 25286cc2ce18c1e835949397954f0a044b7c762e X-VCS-Branch: master Date: Sat, 28 Jan 2017 14:19: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: cccad11b-efe4-4ee9-9dce-72053712ab88 X-Archives-Hash: 962fb04d440ca4dd7e87d18f02d1ab4c commit: 25286cc2ce18c1e835949397954f0a044b7c762e Author: Fabian Groffen gentoo org> AuthorDate: Sat Jan 28 14:18:45 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jan 28 14:18:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25286cc2 media-gfx/feh: fix out of Prefix issue, thanks troysung, bug #606512 Package-Manager: Portage-2.3.2-prefix, Repoman-2.3.1 media-gfx/feh/feh-2.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/feh/feh-2.18.ebuild b/media-gfx/feh/feh-2.18.ebuild index 08f7a19..a0ffb5e 100644 --- a/media-gfx/feh/feh-2.18.ebuild +++ b/media-gfx/feh/feh-2.18.ebuild @@ -37,7 +37,7 @@ pkg_setup() { fehopts=( DESTDIR="${D}" - PREFIX=/usr + PREFIX="${EPREFIX}"/usr doc_dir='${main_dir}'/share/doc/${PF} example_dir='${main_dir}'/share/doc/${PF}/examples curl=$(use_feh curl)