diff options
author | Jan Buecken <jb.faq@gmx.de> | 2014-08-19 14:10:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2014-08-19 14:10:18 -0700 |
commit | 8d4d91497a5cadf38ec94c2d6b1e56a3a9c71c6b (patch) | |
tree | eeeb15ccc57e62e8899534fc9d3b0b3f30108a83 /x11-libs/libXfixes | |
parent | media-libs/mesa: Bump libdrm dependency to 2.4.56. (diff) | |
download | x11-8d4d91497a5cadf38ec94c2d6b1e56a3a9c71c6b.tar.gz x11-8d4d91497a5cadf38ec94c2d6b1e56a3a9c71c6b.tar.bz2 x11-8d4d91497a5cadf38ec94c2d6b1e56a3a9c71c6b.zip |
Use slot operator everywhere for MULTILIB_USEDEP dependency
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=518504
Diffstat (limited to 'x11-libs/libXfixes')
-rw-r--r-- | x11-libs/libXfixes/libXfixes-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/libXfixes/libXfixes-9999.ebuild b/x11-libs/libXfixes/libXfixes-9999.ebuild index 89f4cb3c..7ca78731 100644 --- a/x11-libs/libXfixes/libXfixes-9999.ebuild +++ b/x11-libs/libXfixes/libXfixes-9999.ebuild @@ -12,8 +12,8 @@ DESCRIPTION="X.Org Xfixes library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-proto/fixesproto-5.0-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}] + >=x11-proto/fixesproto-5.0-r1:=[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}] + >=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" |