Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
Date: Wed, 08 Sep 2021 06:46:22
Message-Id: 1631083245.c9d75865060535a46066bb9e22fd49331ea83917.sam@gentoo
1 commit: c9d75865060535a46066bb9e22fd49331ea83917
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 06:40:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 06:40:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d75865
7
8 media-gfx/gimp: drop unused autotools inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/gimp/gimp-2.99.6.ebuild | 2 +-
13 media-gfx/gimp/gimp-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/gimp/gimp-2.99.6.ebuild b/media-gfx/gimp/gimp-2.99.6.ebuild
17 index 6dfba5b7d0c..f44f9dad70b 100644
18 --- a/media-gfx/gimp/gimp-2.99.6.ebuild
19 +++ b/media-gfx/gimp/gimp-2.99.6.ebuild
20 @@ -9,7 +9,7 @@ GNOME2_EAUTORECONF=yes
21 VALA_MIN_API_VERSION="0.44"
22 VALA_USE_DEPEND=vapigen
23
24 -inherit autotools gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx
25 +inherit gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx
26
27 DESCRIPTION="GNU Image Manipulation Program"
28 HOMEPAGE="https://www.gimp.org/"
29
30 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
31 index 9e548653f6e..4dd4eac9daa 100644
32 --- a/media-gfx/gimp/gimp-9999.ebuild
33 +++ b/media-gfx/gimp/gimp-9999.ebuild
34 @@ -9,7 +9,7 @@ GNOME2_EAUTORECONF=yes
35 VALA_MIN_API_VERSION="0.40"
36 VALA_USE_DEPEND=vapigen
37
38 -inherit autotools git-r3 gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx
39 +inherit git-r3 gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx
40
41 DESCRIPTION="GNU Image Manipulation Program"
42 HOMEPAGE="https://www.gimp.org/"