From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D66621382C5 for ; Sun, 3 Jan 2021 17:05:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B9D8E08F3; Sun, 3 Jan 2021 17:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02549E08F3 for ; Sun, 3 Jan 2021 17:05:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E806C340A7B for ; Sun, 3 Jan 2021 17:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5938749 for ; Sun, 3 Jan 2021 17:05:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1609693361.4c3a07ee80625af8539f7fd164e74c53b4ecb7e1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4c3a07ee80625af8539f7fd164e74c53b4ecb7e1 X-VCS-Branch: master Date: Sun, 3 Jan 2021 17:05:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 778e444f-11c8-41ba-80f6-c881ccd36ba2 X-Archives-Hash: e8b5885c760d1621f2db5117d4ad15c1 commit: 4c3a07ee80625af8539f7fd164e74c53b4ecb7e1 Author: Yuri Konotopov gnome org> AuthorDate: Sun Nov 22 11:54:33 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 3 17:02:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3a07ee 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 gnome.org> Closes: https://github.com/gentoo/gentoo/pull/18359 Signed-off-by: Matt Turner gentoo.org> app-editors/gedit-plugins/gedit-plugins-3.36.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 724f74088f8..997b81affda 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() {