diff options
author | 2024-11-14 08:42:42 +0500 | |
---|---|---|
committer | 2024-11-14 08:42:42 +0500 | |
commit | a7ed835854400d32b1b7b9575be26aa43d322f89 (patch) | |
tree | 6f39b89d311ad85291df4d1dd59b1f8ab2e136fc /games-util | |
parent | dev-python/steam: fix DependencyMoved (diff) | |
download | guru-a7ed835854400d32b1b7b9575be26aa43d322f89.tar.gz guru-a7ed835854400d32b1b7b9575be26aa43d322f89.tar.bz2 guru-a7ed835854400d32b1b7b9575be26aa43d322f89.zip |
games-util/chiaki: fix DependencyMoved
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/chiaki/chiaki-2.1.1-r2.ebuild | 2 | ||||
-rw-r--r-- | games-util/chiaki/chiaki-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-util/chiaki/chiaki-2.1.1-r2.ebuild b/games-util/chiaki/chiaki-2.1.1-r2.ebuild index ed1a05c39..891962534 100644 --- a/games-util/chiaki/chiaki-2.1.1-r2.ebuild +++ b/games-util/chiaki/chiaki-2.1.1-r2.ebuild @@ -45,7 +45,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/protobuf-python[${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-python/protobuf[${PYTHON_USEDEP}]') dev-libs/protobuf virtual/pkgconfig " diff --git a/games-util/chiaki/chiaki-9999.ebuild b/games-util/chiaki/chiaki-9999.ebuild index ed1a05c39..891962534 100644 --- a/games-util/chiaki/chiaki-9999.ebuild +++ b/games-util/chiaki/chiaki-9999.ebuild @@ -45,7 +45,7 @@ DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/protobuf-python[${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-python/protobuf[${PYTHON_USEDEP}]') dev-libs/protobuf virtual/pkgconfig " |