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: x11-misc/mozo/
Date: Tue, 13 Aug 2019 08:17:50
Message-Id: 1565684090.7615124764fdc55b87063c4cc1f3113ccf49c85b.mgorny@gentoo
1 commit: 7615124764fdc55b87063c4cc1f3113ccf49c85b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 08:14:50 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 08:14:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76151247
7
8 x11-misc/mozo: Add missing PYTHON_REQUIRED_USE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/mozo/mozo-1.22.0.ebuild | 2 +-
13 x11-misc/mozo/mozo-1.22.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/mozo/mozo-1.22.0.ebuild b/x11-misc/mozo/mozo-1.22.0.ebuild
17 index 06ccd781512..8becd64fa9d 100644
18 --- a/x11-misc/mozo/mozo-1.22.0.ebuild
19 +++ b/x11-misc/mozo/mozo-1.22.0.ebuild
20 @@ -15,8 +15,8 @@ fi
21 DESCRIPTION="Mozo menu editor for MATE"
22 LICENSE="GPL-2"
23 SLOT="0"
24 -
25 IUSE=""
26 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
27
28 COMMON_DEPEND="${PYTHON_DEPS}
29 >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
30
31 diff --git a/x11-misc/mozo/mozo-1.22.1.ebuild b/x11-misc/mozo/mozo-1.22.1.ebuild
32 index 9c950c49491..dec4df03ee1 100644
33 --- a/x11-misc/mozo/mozo-1.22.1.ebuild
34 +++ b/x11-misc/mozo/mozo-1.22.1.ebuild
35 @@ -15,8 +15,8 @@ fi
36 DESCRIPTION="Mozo menu editor for MATE"
37 LICENSE="GPL-2"
38 SLOT="0"
39 -
40 IUSE=""
41 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
42
43 COMMON_DEPEND="${PYTHON_DEPS}
44 >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]