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 /sys-process/criu | |
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 'sys-process/criu')
-rw-r--r-- | sys-process/criu/criu-3.17-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-process/criu/criu-3.18-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/criu/criu-3.19.ebuild | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-process/criu/criu-3.17-r1.ebuild b/sys-process/criu/criu-3.17-r1.ebuild index 43c010f69cc1..212e0208a5c2 100644 --- a/sys-process/criu/criu-3.17-r1.ebuild +++ b/sys-process/criu/criu-3.17-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit toolchain-funcs linux-info python-r1 @@ -44,7 +44,7 @@ BDEPEND=" " RDEPEND=" ${COMMON_DEPEND} - dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/protobuf[${PYTHON_USEDEP}] " CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL ~INOTIFY_USER diff --git a/sys-process/criu/criu-3.18-r1.ebuild b/sys-process/criu/criu-3.18-r1.ebuild index 58a469e59416..3892a1b3db9f 100644 --- a/sys-process/criu/criu-3.18-r1.ebuild +++ b/sys-process/criu/criu-3.18-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit fcaps toolchain-funcs linux-info distutils-r1 @@ -45,7 +45,7 @@ BDEPEND=" " RDEPEND=" ${COMMON_DEPEND} - dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/protobuf[${PYTHON_USEDEP}] " CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL ~INOTIFY_USER diff --git a/sys-process/criu/criu-3.19.ebuild b/sys-process/criu/criu-3.19.ebuild index 52078c69f2ea..0132a5f7d262 100644 --- a/sys-process/criu/criu-3.19.ebuild +++ b/sys-process/criu/criu-3.19.ebuild @@ -45,7 +45,7 @@ BDEPEND=" " RDEPEND=" ${COMMON_DEPEND} - dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/protobuf[${PYTHON_USEDEP}] " CONFIG_CHECK="~CHECKPOINT_RESTORE ~NAMESPACES ~PID_NS ~FHANDLE ~EVENTFD ~EPOLL ~INOTIFY_USER |