Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/
Date: Fri, 16 Aug 2019 17:03:11
Message-Id: 1565974946.a848a07475e8e468d270a8e646545b2b70b9b43b.floppym@gentoo
1 commit: a848a07475e8e468d270a8e646545b2b70b9b43b
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Aug 15 18:28:49 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 17:02:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a848a074
7
8 app-i18n/mozc: Set RESTRICT="!test? ( test )".
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 app-i18n/mozc/mozc-2.23.2815.102.ebuild | 1 +
14 app-i18n/mozc/mozc-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
18 index f1f48646e70..3aed7d8c7b6 100644
19 --- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild
20 +++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
21 @@ -37,6 +37,7 @@ SLOT="0"
22 KEYWORDS="amd64 ~ppc64 x86"
23 IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test"
24 REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )"
25 +RESTRICT="!test? ( test )"
26
27 BDEPEND="${PYTHON_DEPS}
28 >=dev-libs/protobuf-3.0.0
29
30 diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild
31 index e60cc342803..85d5fbb98be 100644
32 --- a/app-i18n/mozc/mozc-9999.ebuild
33 +++ b/app-i18n/mozc/mozc-9999.ebuild
34 @@ -37,6 +37,7 @@ SLOT="0"
35 KEYWORDS=""
36 IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test"
37 REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )"
38 +RESTRICT="!test? ( test )"
39
40 BDEPEND="${PYTHON_DEPS}
41 >=dev-libs/protobuf-3.0.0