diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2022-01-10 08:00:00 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-01-29 23:18:18 +0800 |
commit | a4e5964286e02cf8fbf28b0b12e38a857d46b7e3 (patch) | |
tree | f1d0a7c2bd8c0028563a37c578fc7ed7c4b40a50 /app-i18n/mozc | |
parent | dev-libs/protobuf-c: Restore dev-libs/protobuf in BDEPEND. (diff) | |
download | gentoo-a4e5964286e02cf8fbf28b0b12e38a857d46b7e3.tar.gz gentoo-a4e5964286e02cf8fbf28b0b12e38a857d46b7e3.tar.bz2 gentoo-a4e5964286e02cf8fbf28b0b12e38a857d46b7e3.zip |
app-i18n/mozc: Partially revert "depend on older protobuf".
2.26.4220 is not affected by compilation failure.
Bug: https://bugs.gentoo.org/828527
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild (renamed from app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429-r1.ebuild b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild index dd114a8b310c..305c552cc6f5 100644 --- a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429-r1.ebuild +++ b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2021 Gentoo Authors +# Copyright 2010-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -47,14 +47,14 @@ REQUIRED_USE="|| ( emacs fcitx4 ibus )" RESTRICT="!test? ( test )" BDEPEND="$(python_gen_any_dep 'dev-python/six[${PYTHON_USEDEP}]') - <dev-libs/protobuf-3.19 + >=dev-libs/protobuf-3.0.0 dev-util/gyp dev-util/ninja virtual/pkgconfig emacs? ( app-editors/emacs:* ) fcitx4? ( sys-devel/gettext )" DEPEND="=dev-cpp/abseil-cpp-20200923*[cxx17(+)] - <dev-libs/protobuf-3.19:= + >=dev-libs/protobuf-3.0.0:= fcitx4? ( app-i18n/fcitx:4 virtual/libintl |