diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2024-05-05 15:00:30 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-06-02 11:09:26 +0300 |
commit | 28dfc09c66014db25324148ec901a4f5e3f25f06 (patch) | |
tree | 74461e7b6c9bc85e10defecc859cd6fe45120672 /media-gfx/gimp | |
parent | app-admin/lnav: Drop myself as maintainer (diff) | |
download | gentoo-28dfc09c66014db25324148ec901a4f5e3f25f06.tar.gz gentoo-28dfc09c66014db25324148ec901a4f5e3f25f06.tar.bz2 gentoo-28dfc09c66014db25324148ec901a4f5e3f25f06.zip |
media-gfx/gimp: update live ebuild, fix plugins dir path
Closes: https://bugs.gentoo.org/931152
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/36563
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 6ed419a59545..122443176973 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -208,7 +208,7 @@ _rename_plugins() { einfo 'Renaming plug-ins to not collide with pre-2.10.6 file layout (bug #664938)...' local prename=gimp-org- ( - cd "${ED}"/usr/$(get_libdir)/gimp/2.99/plug-ins || exit 1 + cd "${ED}"/usr/$(get_libdir)/gimp/3.0/plug-ins || exit 1 for plugin_slash in $(ls -d1 */); do plugin=${plugin_slash%/} if [[ -f ${plugin}/${plugin} ]]; then |