commit: 5da0de7faaa56a63cfd3fd98453fb36484017786
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Fri Oct 17 06:23:40 2025 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Fri Oct 17 06:23:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5da0de7f
media-plugins/gimp-resynthesizer: fix QA
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
media-plugins/gimp-resynthesizer/gimp-resynthesizer-3.0.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-3.0.ebuild
b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-3.0.ebuild
index 242041da18..f4f0db4993 100644
--- a/media-plugins/gimp-resynthesizer/gimp-resynthesizer-3.0.ebuild
+++ b/media-plugins/gimp-resynthesizer/gimp-resynthesizer-3.0.ebuild
@@ -48,10 +48,7 @@ src_configure() {
}
src_install() {
- # allow writing to GIMP plugin directory
- addwrite /usr/lib64/gimp/3.0/plug-ins
- addwrite /usr/lib32/gimp/3.0/plug-ins
- addwrite /usr/lib/gimp/3.0/plug-ins
+ addwrite "/usr/$(get_libdir)/gimp/3.0/plug-ins"
meson_src_install
}