commit: 1c9872272d4d22685772fa73a45bf5b4b35d01a6 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Mon Mar 12 19:38:44 2018 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Mar 12 19:41:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c987227
x11-libs/libxcb: Fix 1.12-r2 dependencies Closes: https://bugs.gentoo.org/650226 Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-libs/libxcb/libxcb-1.12-r2.ebuild | 4 ++-- 1 file 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 5310bf7c71f..5ec2a2ba345 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}]"
