diff options
author | 2018-04-23 22:57:20 -0700 | |
---|---|---|
committer | 2018-04-26 18:15:59 -0700 | |
commit | d420deeb520b7e598eba60f7d2cabd18ae161f7a (patch) | |
tree | 471b1c61913acd7c828414ac0473b2916d6466e0 /x11-libs | |
parent | dev-perl/X11-XCB: Move x11 proto deps to DEPEND (diff) | |
download | gentoo-d420deeb520b7e598eba60f7d2cabd18ae161f7a.tar.gz gentoo-d420deeb520b7e598eba60f7d2cabd18ae161f7a.tar.bz2 gentoo-d420deeb520b7e598eba60f7d2cabd18ae161f7a.zip |
x11-base/xcb-proto: Move from x11-proto/xcb-proto
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.12-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.13.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/xpyb/xpyb-1.3.1-r5.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
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() { diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild index 07fec64a5c04..628389e22550 100644 --- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild +++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild @@ -22,7 +22,7 @@ RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] >=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}] >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} - >=x11-proto/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}] + >=x11-base/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}] >=dev-util/gperf-3.0.1 test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" diff --git a/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild index 372180a1ee44..5e162838c60d 100644 --- a/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=x11-libs/libxcb-1.7 ${PYTHON_DEPS}" DEPEND="${RDEPEND} - >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}]" + >=x11-base/xcb-proto-1.7.1[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-python.patch |