diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:36:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:22 +0000 |
commit | 77ed214cde603b3199b7ed47cc3205c530cbc177 (patch) | |
tree | d32bbad380b80d83592705c9680154af7f2e4e26 /app-i18n | |
parent | app-emulation/qemu-guest-agent: dev-util/ninja -> app-alternatives/ninja (diff) | |
download | gentoo-77ed214cde603b3199b7ed47cc3205c530cbc177.tar.gz gentoo-77ed214cde603b3199b7ed47cc3205c530cbc177.tar.bz2 gentoo-77ed214cde603b3199b7ed47cc3205c530cbc177.zip |
app-i18n/mozc: dev-util/ninja -> app-alternatives/ninja
All of these will be using app-alternatives/ninja anyway as they're not calling
ninja-reference, so make the dep reflect reality.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-2.28.5029.102.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild index df14388aa428..c0c39c905909 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2023 Gentoo Authors +# Copyright 2010-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -54,7 +54,7 @@ BDEPEND=" $(python_gen_any_dep 'dev-python/six[${PYTHON_USEDEP}]') >=dev-libs/protobuf-3.0.0 dev-util/gyp - dev-util/ninja + app-alternatives/ninja virtual/pkgconfig emacs? ( app-editors/emacs:* ) fcitx4? ( sys-devel/gettext ) diff --git a/app-i18n/mozc/mozc-2.28.5029.102.ebuild b/app-i18n/mozc/mozc-2.28.5029.102.ebuild index 809b34e7a200..f03488f460e8 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102.ebuild @@ -54,7 +54,7 @@ BDEPEND=" $(python_gen_any_dep 'dev-python/six[${PYTHON_USEDEP}]') >=dev-libs/protobuf-3.0.0 dev-util/gyp - dev-util/ninja + app-alternatives/ninja virtual/pkgconfig emacs? ( app-editors/emacs:* ) fcitx4? ( sys-devel/gettext ) |