diff options
author | Sam James <sam@gentoo.org> | 2021-09-08 07:40:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-08 07:40:45 +0100 |
commit | c9d75865060535a46066bb9e22fd49331ea83917 (patch) | |
tree | 1019f0f05d6224dea49466695eca4a5d9f3aaf9e | |
parent | media-gfx/gimp: 2.10.26 version bump (diff) | |
download | gentoo-c9d75865060535a46066bb9e22fd49331ea83917.tar.gz gentoo-c9d75865060535a46066bb9e22fd49331ea83917.tar.bz2 gentoo-c9d75865060535a46066bb9e22fd49331ea83917.zip |
media-gfx/gimp: drop unused autotools inherit
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-gfx/gimp/gimp-2.99.6.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-2.99.6.ebuild b/media-gfx/gimp/gimp-2.99.6.ebuild index 6dfba5b7d0c9..f44f9dad70b0 100644 --- a/media-gfx/gimp/gimp-2.99.6.ebuild +++ b/media-gfx/gimp/gimp-2.99.6.ebuild @@ -9,7 +9,7 @@ GNOME2_EAUTORECONF=yes VALA_MIN_API_VERSION="0.44" VALA_USE_DEPEND=vapigen -inherit autotools gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx +inherit gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 9e548653f6ee..4dd4eac9daa1 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -9,7 +9,7 @@ GNOME2_EAUTORECONF=yes VALA_MIN_API_VERSION="0.40" VALA_USE_DEPEND=vapigen -inherit autotools git-r3 gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx +inherit git-r3 gnome2 lua-single python-single-r1 toolchain-funcs vala virtualx DESCRIPTION="GNU Image Manipulation Program" HOMEPAGE="https://www.gimp.org/" |