From 5c4cc37599f93c98fd2d147aed3471fd6612bf0e Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 11 Jun 2021 00:24:55 +0000 Subject: sci-electronics/eagle: fix VariableScope (ROOT) Signed-off-by: Sam James --- sci-electronics/eagle/eagle-7.3.0-r1.ebuild | 4 ++-- sci-electronics/eagle/eagle-7.7.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-electronics') diff --git a/sci-electronics/eagle/eagle-7.3.0-r1.ebuild b/sci-electronics/eagle/eagle-7.3.0-r1.ebuild index 1525e2d013d2..a814f7ecec99 100644 --- a/sci-electronics/eagle/eagle-7.3.0-r1.ebuild +++ b/sci-electronics/eagle/eagle-7.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -113,7 +113,7 @@ src_install() { # Create desktop entry newicon bin/${PN}icon50.png ${PF}-icon50.png - make_desktop_entry "${ROOT}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics" + make_desktop_entry "${EPREFIX}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics" } pkg_postinst() { diff --git a/sci-electronics/eagle/eagle-7.7.0-r1.ebuild b/sci-electronics/eagle/eagle-7.7.0-r1.ebuild index 0471e5ea1037..f723b0377c57 100644 --- a/sci-electronics/eagle/eagle-7.7.0-r1.ebuild +++ b/sci-electronics/eagle/eagle-7.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -113,7 +113,7 @@ src_install() { # Create desktop entry newicon bin/${PN}icon50.png ${PF}-icon50.png - make_desktop_entry "${ROOT}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics" + make_desktop_entry "${EPREFIX}/opt/bin/eagle" "CadSoft EAGLE Layout Editor" ${PF}-icon50 "Graphics;Electronics" } pkg_postinst() { -- cgit v1.2.3-65-gdbad