commit:     3ed73554c56e9f75cc29aef16794d6c6e06c135c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Feb 14 07:46:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 17:10:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed73554

media-gfx/sane-frontends: Drop eutils.eclass, fix dosym

Bug: https://bugs.gentoo.org/647524
Closes: https://github.com/gentoo/gentoo/pull/7181

 media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild 
b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
index 26cd1d46586..53d1bee2cb0 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils
-
 DESCRIPTION="Scanner Access Now Easy"
 HOMEPAGE="http://www.sane-project.org";
 SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
@@ -44,8 +42,8 @@ src_install () {
                        fi
                done
                if [ "/plug-ins" != "${gimpplugindir}" ]; then
-                        dodir ${gimpplugindir}
-                       dosym /usr/bin/xscanimage ${gimpplugindir}/xscanimage
+                       dodir ${gimpplugindir}
+                       dosym xscanimage ${gimpplugindir}/xscanimage
                else
                        ewarn "No idea where to find the gimp plugin directory"
                fi

Reply via email to