Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/
Date: Tue, 02 Aug 2022 04:08:56
Message-Id: 1659413230.11a473895fa5886d6ce5897f14091149b577546f.mgorny@gentoo
1 commit: 11a473895fa5886d6ce5897f14091149b577546f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 27 08:48:39 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 04:07:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a47389
7
8 dev-python/pygobject: Call python_optimize explicitly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pygobject/pygobject-3.42.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild b/dev-python/pygobject/pygobject-3.42.2.ebuild
16 index 217ae21f2c4a..d411290d7520 100644
17 --- a/dev-python/pygobject/pygobject-3.42.2.ebuild
18 +++ b/dev-python/pygobject/pygobject-3.42.2.ebuild
19 @@ -65,6 +65,7 @@ python_test() {
20
21 python_install() {
22 meson_src_install
23 + python_optimize
24 }
25
26 python_install_all() {