Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
Date: Mon, 04 Feb 2019 09:06:05
Message-Id: 1549271131.f93570510fee5845b3c7b569695c07a0fdfd8fcf.fordfrog@gentoo
1 commit: f93570510fee5845b3c7b569695c07a0fdfd8fcf
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 09:05:31 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 09:05:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9357051
7
8 media-gfx/sane-frontends-1.0.14-r4: added support for gimptool-2.99
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 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
17 index 7eb6ed27c10..8f9b6030f8c 100644
18 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
19 +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -50,6 +50,8 @@ src_install() {
27 plugindir="$(gimptool --gimpplugindir)/plug-ins"
28 elif type gimptool-2.0 &>/dev/null; then
29 plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
30 + elif type gimptool-2.99 &>/dev/null; then
31 + plugindir="$(gimptool-2.99 --gimpplugindir)/plug-ins"
32 else
33 die "Can't find GIMP plugin directory."
34 fi