diff options
Diffstat (limited to 'app-text/krop')
-rw-r--r-- | app-text/krop/krop-0.6.0-r2.ebuild | 6 | ||||
-rw-r--r-- | app-text/krop/krop-0.6.0-r3.ebuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/krop/krop-0.6.0-r2.ebuild b/app-text/krop/krop-0.6.0-r2.ebuild index e7d983914683..9ddbf8f5b5ef 100644 --- a/app-text/krop/krop-0.6.0-r2.ebuild +++ b/app-text/krop/krop-0.6.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{10,11} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit desktop distutils-r1 xdg-utils @@ -29,7 +29,7 @@ PATCHES=( RDEPEND="dev-python/python-poppler-qt5[${PYTHON_USEDEP}] dev-python/pikepdf[${PYTHON_USEDEP}] - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]" + dev-python/pyqt5[${PYTHON_USEDEP},gui,widgets]" src_install() { distutils-r1_src_install diff --git a/app-text/krop/krop-0.6.0-r3.ebuild b/app-text/krop/krop-0.6.0-r3.ebuild index c8cd1a6d948a..e2be70ba84a5 100644 --- a/app-text/krop/krop-0.6.0-r3.ebuild +++ b/app-text/krop/krop-0.6.0-r3.ebuild @@ -29,7 +29,7 @@ PATCHES=( RDEPEND=" dev-python/python-poppler-qt5[${PYTHON_USEDEP}] dev-python/pikepdf[${PYTHON_USEDEP}] - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets] + dev-python/pyqt5[${PYTHON_USEDEP},gui,widgets] " src_install() { |