Skip to content

Commit

Permalink
app-editors/gedit-plugins: fix build with USE=-python
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/721846
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Yuri Konotopov <[email protected]>
Closes: gentoo#18359
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
nE0sIghT authored and mattst88 committed Jan 3, 2021
1 parent 5f53969 commit 4c3a07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4c3a07e

Please sign in to comment.