summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gnome.org>2020-11-22 15:54:33 +0400
committerMatt Turner <mattst88@gentoo.org>2021-01-03 12:02:41 -0500
commit4c3a07ee80625af8539f7fd164e74c53b4ecb7e1 (patch)
tree0a38b09f117b4257d5e79ecd2604bd421d3c18a9 /app-editors/gedit-plugins
parentnet-libs/libmicrohttpd: bump to 0.9.72 (diff)
downloadgentoo-4c3a07ee80625af8539f7fd164e74c53b4ecb7e1.tar.gz
gentoo-4c3a07ee80625af8539f7fd164e74c53b4ecb7e1.tar.bz2
gentoo-4c3a07ee80625af8539f7fd164e74c53b4ecb7e1.zip
app-editors/gedit-plugins: fix build with USE=-python
Closes: https://bugs.gentoo.org/721846 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/18359 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r--app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild
index 724f74088f8c..997b81affda2 100644
--- a/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild
+++ b/app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild
@@ -94,7 +94,7 @@ src_configure() {
src_install() {
meson_src_install
- python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/"
+ use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/"
}
pkg_postinst() {