diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:30:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-13 21:41:07 +0100 |
commit | 3eefb831a4e63a9c8c75c6e64ae2894d6478973e (patch) | |
tree | 3be306511eee9477ffe4839813d828e45918a4df /app-misc | |
parent | dev-python/protobuf-python: Prepare newer versions for rename (diff) | |
download | gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.tar.gz gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.tar.bz2 gentoo-3eefb831a4e63a9c8c75c6e64ae2894d6478973e.zip |
Rename dev-python/{protobuf-python → protobuf}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/anki/anki-24.06.3-r2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/ola/ola-0.10.9-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/anki/anki-24.06.3-r2.ebuild b/app-misc/anki/anki-24.06.3-r2.ebuild index dea830f2ea71..75eac9eb0bd0 100644 --- a/app-misc/anki/anki-24.06.3-r2.ebuild +++ b/app-misc/anki/anki-24.06.3-r2.ebuild @@ -755,7 +755,7 @@ GUI_RDEPEND=" dev-python/flask-cors[${PYTHON_USEDEP}] dev-python/jsonschema[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] - dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/protobuf[${PYTHON_USEDEP}] >=dev-python/PyQt6-6.6.1[gui,network,opengl,quick,webchannel,widgets,${PYTHON_USEDEP}] >=dev-python/PyQt6-sip-13.6.0[${PYTHON_USEDEP}] >=dev-python/PyQt6-WebEngine-6.6.0[widgets,${PYTHON_USEDEP}] diff --git a/app-misc/ola/ola-0.10.9-r2.ebuild b/app-misc/ola/ola-0.10.9-r2.ebuild index e34b79db1983..e3f459c3f733 100644 --- a/app-misc/ola/ola-0.10.9-r2.ebuild +++ b/app-misc/ola/ola-0.10.9-r2.ebuild @@ -30,7 +30,7 @@ RDEPEND="<dev-libs/protobuf-22.5:= python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/protobuf[${PYTHON_USEDEP}] ') ) rdm-tests? ( @@ -56,7 +56,7 @@ BDEPEND="app-alternatives/yacc ${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] - dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/protobuf[${PYTHON_USEDEP}] ') ) )" |