diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-08-15 18:28:49 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-08-16 13:02:26 -0400 |
commit | a848a07475e8e468d270a8e646545b2b70b9b43b (patch) | |
tree | cdd7cf77594a7cfbd889126d5c995a5b62f64b20 | |
parent | app-i18n/libchewing: Fix building with USE="test" and sys-libs/ncurses[tinfo]. (diff) | |
download | gentoo-a848a07475e8e468d270a8e646545b2b70b9b43b.tar.gz gentoo-a848a07475e8e468d270a8e646545b2b70b9b43b.tar.bz2 gentoo-a848a07475e8e468d270a8e646545b2b70b9b43b.zip |
app-i18n/mozc: Set RESTRICT="!test? ( test )".
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | app-i18n/mozc/mozc-2.23.2815.102.ebuild | 1 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild index f1f48646e704..3aed7d8c7b65 100644 --- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild +++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild @@ -37,6 +37,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc64 x86" IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test" REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )" +RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} >=dev-libs/protobuf-3.0.0 diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index e60cc3428038..85d5fbb98be8 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -37,6 +37,7 @@ SLOT="0" KEYWORDS="" IUSE="debug emacs fcitx4 +gui +handwriting-tegaki handwriting-tomoe ibus renderer test" REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwriting-tomoe ) ) !gui? ( !handwriting-tegaki !handwriting-tomoe )" +RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} >=dev-libs/protobuf-3.0.0 |