diff options
Diffstat (limited to 'x11-libs/libxcb/libxcb-1.10.ebuild')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxcb/libxcb-1.10.ebuild b/x11-libs/libxcb/libxcb-1.10.ebuild index 7624fd2eab1e..91cb121ec559 100644 --- a/x11-libs/libxcb/libxcb-1.10.ebuild +++ b/x11-libs/libxcb/libxcb-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.15 2014/08/21 02:28:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.10.ebuild,v 1.16 2014/09/03 10:28:30 floppym Exp $ EAPI=5 @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" python_check_deps() { - has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]" + has_version --host-root ">=x11-proto/xcb-proto-1.10[${PYTHON_USEDEP}]" } pkg_setup() { |