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 A2A4413835A for ; Tue, 1 Jun 2021 00:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C455CE084E; Tue, 1 Jun 2021 00:40:46 +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 A574EE084E for ; Tue, 1 Jun 2021 00:40:46 +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 684B533BE25 for ; Tue, 1 Jun 2021 00:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD47079D for ; Tue, 1 Jun 2021 00:40:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622507659.3b0843a9309d7f1adcbacf5b74842df9477a142a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/emelfm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild X-VCS-Directories: app-misc/emelfm2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b0843a9309d7f1adcbacf5b74842df9477a142a X-VCS-Branch: master Date: Tue, 1 Jun 2021 00:40:43 +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: 8ef75215-ecda-458e-b003-9a363ba7188a X-Archives-Hash: 6e0acd69de6e292597707e971a9bc020 commit: 3b0843a9309d7f1adcbacf5b74842df9477a142a Author: Sam James gentoo org> AuthorDate: Tue Jun 1 00:34:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 1 00:34:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0843a9 app-misc/emelfm2: fix VariableScope (EROOT usage) Signed-off-by: Sam James gentoo.org> app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild b/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild index ed9ff0f319f..e41d36d05a2 100644 --- a/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild +++ b/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild @@ -63,7 +63,7 @@ src_configure() { $(usex policykit WITH_POLKIT=1 WITH_POLKIT=0) $(usex spell EDITOR_SPELLCHECK=1 EDITOR_SPELLCHECK=0) $(usex udisks WITH_UDISKS=1 WITH_UDISKS=0) - DOC_DIR="${EROOT}/usr/share/doc/${PF}" + DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" DOCS_VERSION=1 STRIP=0 WITH_TRANSPARENCY=1