summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-02-04 10:05:31 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-02-04 10:05:31 +0100
commitf93570510fee5845b3c7b569695c07a0fdfd8fcf (patch)
tree96bb95f96490b093fef9d25ba0491f98b2e38501
parentsci-physics/root: version bump to 6.16/00 (diff)
downloadgentoo-f9357051.tar.gz
gentoo-f9357051.tar.bz2
gentoo-f9357051.zip
media-gfx/sane-frontends-1.0.14-r4: added support for gimptool-2.99
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
index 7eb6ed27c108..8f9b6030f8cd 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -50,6 +50,8 @@ src_install() {
plugindir="$(gimptool --gimpplugindir)/plug-ins"
elif type gimptool-2.0 &>/dev/null; then
plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
+ elif type gimptool-2.99 &>/dev/null; then
+ plugindir="$(gimptool-2.99 --gimpplugindir)/plug-ins"
else
die "Can't find GIMP plugin directory."
fi