commit: 2bee926a0d96a5c631a005764dcdc6e83d17f489 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 18:53:45 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 19:37:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bee926a
x11-misc/xkeyboard-config: Remove version requirement on pycountry Bug: https://bugs.gentoo.org/920632 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild index 026837b87ed2..8dccf01c3ce0 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ BDEPEND=" x11-apps/xkbcomp x11-libs/libxkbcommon $(python_gen_any_dep ' - <dev-python/pycountry-23.12.7[${PYTHON_USEDEP}] + dev-python/pycountry[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] ') @@ -42,7 +42,7 @@ BDEPEND=" python_check_deps() { use test || return 0 python_has_version \ - "<dev-python/pycountry-23.12.7[${PYTHON_USEDEP}]" \ + "dev-python/pycountry[${PYTHON_USEDEP}]" \ "dev-python/pytest-xdist[${PYTHON_USEDEP}]" \ "dev-python/pytest[${PYTHON_USEDEP}]" }
