Skip to content

Commit

Permalink
app-i18n/mozc: depend on older protobuf
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/828527
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Dec 10, 2021
1 parent eb7e786 commit c4c3366
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2010-2020 Gentoo Authors
# Copyright 2010-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand Down Expand Up @@ -41,13 +41,13 @@ REQUIRED_USE="|| ( emacs fcitx4 ibus ) gui? ( ^^ ( handwriting-tegaki handwritin
RESTRICT="!test? ( test )"

BDEPEND="${PYTHON_DEPS}
>=dev-libs/protobuf-3.0.0
<dev-libs/protobuf-3.19
dev-util/gyp
dev-util/ninja
virtual/pkgconfig
emacs? ( app-editors/emacs:* )
fcitx4? ( sys-devel/gettext )"
RDEPEND=">=dev-libs/protobuf-3.0.0:=
RDEPEND="<dev-libs/protobuf-3.19:=
emacs? ( app-editors/emacs:* )
fcitx4? (
app-i18n/fcitx:4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
<dev-libs/protobuf-3.19
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.0.0:=
<dev-libs/protobuf-3.19:=
fcitx4? (
app-i18n/fcitx:4
virtual/libintl
Expand Down

0 comments on commit c4c3366

Please sign in to comment.