diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-03-12 20:38:44 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-03-12 20:41:49 +0100 |
commit | 1c9872272d4d22685772fa73a45bf5b4b35d01a6 (patch) | |
tree | 2c8d5b9006d509027451e1a79c5216f1afd0aa68 /x11-libs/libxcb | |
parent | dev-python/tenacity: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-1c9872272d4d22685772fa73a45bf5b4b35d01a6.tar.gz gentoo-1c9872272d4d22685772fa73a45bf5b4b35d01a6.tar.bz2 gentoo-1c9872272d4d22685772fa73a45bf5b4b35d01a6.zip |
x11-libs/libxcb: Fix 1.12-r2 dependencies
Closes: https://bugs.gentoo.org/650226
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.12-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-1.12-r2.ebuild b/x11-libs/libxcb/libxcb-1.12-r2.ebuild index 5310bf7c71f8..5ec2a2ba345b 100644 --- a/x11-libs/libxcb/libxcb-1.12-r2.ebuild +++ b/x11-libs/libxcb/libxcb-1.12-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} dev-libs/libxslt ${PYTHON_DEPS} $(python_gen_any_dep \ - ">=x11-proto/xcb-proto-1.12-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" + "~x11-proto/xcb-proto-1.12[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" python_check_deps() { has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]" |