diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-14 08:46:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-18 18:10:50 +0100 |
commit | 3ed73554c56e9f75cc29aef16794d6c6e06c135c (patch) | |
tree | 1e2edb75be02787c953a155bb0d96e4640a85d93 /media-gfx/sane-frontends | |
parent | kde-frameworks/kio: Drop 5.43.0 (r0) (diff) | |
download | gentoo-3ed73554c56e9f75cc29aef16794d6c6e06c135c.tar.gz gentoo-3ed73554c56e9f75cc29aef16794d6c6e06c135c.tar.bz2 gentoo-3ed73554c56e9f75cc29aef16794d6c6e06c135c.zip |
media-gfx/sane-frontends: Drop eutils.eclass, fix dosym
Bug: https://bugs.gentoo.org/647524
Closes: https://github.com/gentoo/gentoo/pull/7181
Diffstat (limited to 'media-gfx/sane-frontends')
-rw-r--r-- | media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild | 8 |
1 files 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 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 |