diff options
author | 2024-02-13 13:53:45 -0500 | |
---|---|---|
committer | 2024-02-13 14:37:56 -0500 | |
commit | 2bee926a0d96a5c631a005764dcdc6e83d17f489 (patch) | |
tree | a4ac47e71d66283496775b061126eb705cfcd9a6 /x11-misc | |
parent | x11-misc/makedepend: Version bump to 1.0.9 (diff) | |
download | gentoo-2bee926a0d96a5c631a005764dcdc6e83d17f489.tar.gz gentoo-2bee926a0d96a5c631a005764dcdc6e83d17f489.tar.bz2 gentoo-2bee926a0d96a5c631a005764dcdc6e83d17f489.zip |
x11-misc/xkeyboard-config: Remove version requirement on pycountry
Bug: https://bugs.gentoo.org/920632
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild | 6 |
1 files 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}]" } |