From 3ed73554c56e9f75cc29aef16794d6c6e06c135c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 14 Feb 2018 08:46:42 +0100 Subject: 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(-) (limited to 'media-gfx/sane-frontends') 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 26cd1d46586c..53d1bee2cb08 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 -- cgit v1.2.3-65-gdbad