diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-10-05 20:32:55 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-10-05 14:57:12 -0400 |
commit | 1e174f0bb9d7ba4b6d5e8cd89676fdcdda88b276 (patch) | |
tree | bd97b2e6c30c0610e449144ff7a61ac078426688 /app-i18n/mozc | |
parent | app-i18n/mozc: Disable check for zinnia.pc with USE="-gui". (diff) | |
download | gentoo-1e174f0bb9d7ba4b6d5e8cd89676fdcdda88b276.tar.gz gentoo-1e174f0bb9d7ba4b6d5e8cd89676fdcdda88b276.tar.bz2 gentoo-1e174f0bb9d7ba4b6d5e8cd89676fdcdda88b276.zip |
app-i18n/mozc: Depend on >=dev-libs/protobuf-3.0.0.
Bug: https://bugs.gentoo.org/633458
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-2.20.2673.102.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/mozc/mozc-2.20.2673.102.ebuild b/app-i18n/mozc/mozc-2.20.2673.102.ebuild index 9c1d6fade0a6..eb93090b7361 100644 --- a/app-i18n/mozc/mozc-2.20.2673.102.ebuild +++ b/app-i18n/mozc/mozc-2.20.2673.102.ebuild @@ -39,7 +39,7 @@ KEYWORDS="~amd64 ~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 )" -RDEPEND="dev-libs/protobuf:= +RDEPEND=">=dev-libs/protobuf-3.0.0:= emacs? ( virtual/emacs ) fcitx4? ( app-i18n/fcitx:4 ) gui? ( diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index bd3c79ff2797..c56eb0e73da6 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -39,7 +39,7 @@ 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 )" -RDEPEND="dev-libs/protobuf:= +RDEPEND=">=dev-libs/protobuf-3.0.0:= emacs? ( virtual/emacs ) fcitx4? ( app-i18n/fcitx:4 ) gui? ( |