diff options
Diffstat (limited to 'sys-process/criu/criu-3.18-r1.ebuild')
-rw-r--r-- | sys-process/criu/criu-3.18-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |