diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-23 21:32:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-23 21:34:08 +0200 |
commit | 8e7e9f959c8d18c3c74637b2b68a0c6dbe951745 (patch) | |
tree | 74b7e4494bfdaadfade9f35beaa04ecf6f1a84e2 /x11-libs | |
parent | x11-libs/libxcb: drop xevie and xprint (diff) | |
download | x11-8e7e9f959c8d18c3c74637b2b68a0c6dbe951745.tar.gz x11-8e7e9f959c8d18c3c74637b2b68a0c6dbe951745.tar.bz2 x11-8e7e9f959c8d18c3c74637b2b68a0c6dbe951745.zip |
Update dependencies on xcb-util-* packages. Fixes https://bugs.funtoo.org/browse/FL-1655.
Diffstat (limited to 'x11-libs')
6 files changed, 14 insertions, 11 deletions
diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild index 90ef9e2b..fe53bd28 100644 --- a/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild +++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild @@ -18,12 +18,14 @@ HOMEPAGE="http://xcb.freedesktop.org/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}] +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}] >=x11-proto/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11:=[${MULTILIB_USEDEP}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( diff --git a/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild b/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild index 785782de..a6ee7b0e 100644 --- a/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild +++ b/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild @@ -18,11 +18,12 @@ HOMEPAGE="http://xcb.freedesktop.org/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}] +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11:=[${MULTILIB_USEDEP}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild index c1450e0c..43eca11f 100644 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild @@ -18,11 +18,11 @@ HOMEPAGE="http://xcb.freedesktop.org/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}] +RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11:=[${MULTILIB_USEDEP}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild index b529f8a4..eb4f652e 100644 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild +++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild @@ -18,11 +18,11 @@ HOMEPAGE="http://xcb.freedesktop.org/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}] +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11:=[${MULTILIB_USEDEP}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild b/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild index 8bcefe4b..5d66b1cd 100644 --- a/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild +++ b/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild @@ -18,11 +18,11 @@ HOMEPAGE="http://xcb.freedesktop.org/" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/xcb-util-${PV}:=[${MULTILIB_USEDEP}] +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11:=[${MULTILIB_USEDEP}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" src_configure() { XORG_CONFIGURE_OPTIONS=( diff --git a/x11-libs/xcb-util/xcb-util-9999.ebuild b/x11-libs/xcb-util/xcb-util-9999.ebuild index 4026a48c..5bfc10b2 100644 --- a/x11-libs/xcb-util/xcb-util-9999.ebuild +++ b/x11-libs/xcb-util/xcb-util-9999.ebuild @@ -22,7 +22,7 @@ RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.11:=[${MULTILIB_USEDEP}] )" + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" PDEPEND=" >=x11-libs/xcb-util-image-${PV}:=[${MULTILIB_USEDEP}] |