From d420deeb520b7e598eba60f7d2cabd18ae161f7a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 23 Apr 2018 22:57:20 -0700 Subject: x11-base/xcb-proto: Move from x11-proto/xcb-proto --- x11-libs/libxcb/libxcb-1.12-r2.ebuild | 4 ++-- x11-libs/libxcb/libxcb-1.13.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-libs/libxcb') diff --git a/x11-libs/libxcb/libxcb-1.12-r2.ebuild b/x11-libs/libxcb/libxcb-1.12-r2.ebuild index 5ec2a2ba345b..922c0eb9855b 100644 --- a/x11-libs/libxcb/libxcb-1.12-r2.ebuild +++ b/x11-libs/libxcb/libxcb-1.12-r2.ebuild @@ -31,10 +31,10 @@ DEPEND="${RDEPEND} dev-libs/libxslt ${PYTHON_DEPS} $(python_gen_any_dep \ - "~x11-proto/xcb-proto-1.12[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" + "~x11-base/xcb-proto-1.12[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" python_check_deps() { - has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]" + has_version --host-root ">=x11-base/xcb-proto-1.11[${PYTHON_USEDEP}]" } pkg_setup() { diff --git a/x11-libs/libxcb/libxcb-1.13.ebuild b/x11-libs/libxcb/libxcb-1.13.ebuild index a8f6ab111833..f3ce17fcb187 100644 --- a/x11-libs/libxcb/libxcb-1.13.ebuild +++ b/x11-libs/libxcb/libxcb-1.13.ebuild @@ -30,10 +30,10 @@ DEPEND="${RDEPEND} dev-libs/libxslt ${PYTHON_DEPS} $(python_gen_any_dep \ - ">=x11-proto/xcb-proto-1.13[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" + ">=x11-base/xcb-proto-1.13[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")" python_check_deps() { - has_version --host-root ">=x11-proto/xcb-proto-1.13[${PYTHON_USEDEP}]" + has_version --host-root ">=x11-base/xcb-proto-1.13[${PYTHON_USEDEP}]" } pkg_setup() { -- cgit v1.2.3-65-gdbad