summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-03-09 09:54:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-03-09 09:54:58 +0000
commit4ee9ee73b063a9f2b1d8b54a51c4cc650ec2bc95 (patch)
treea8a6f95766aa20072c1978dadcc7ce3a71bb5ba6 /media-libs/x264/x264-9999.ebuild
parentStable for x86, wrt bug #503630 (diff)
downloadgentoo-2-4ee9ee73b063a9f2b1d8b54a51c4cc650ec2bc95.tar.gz
gentoo-2-4ee9ee73b063a9f2b1d8b54a51c4cc650ec2bc95.tar.bz2
gentoo-2-4ee9ee73b063a9f2b1d8b54a51c4cc650ec2bc95.zip
add multilib-usedep on opencl
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/x264/x264-9999.ebuild')
-rw-r--r--media-libs/x264/x264-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
index 963754fc742d..1578aebe8399 100644
--- a/media-libs/x264/x264-9999.ebuild
+++ b/media-libs/x264/x264-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.17 2013/09/22 09:19:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.18 2014/03/09 09:54:58 aballier Exp $
EAPI=5
@@ -29,7 +29,7 @@ ASM_DEP=">=dev-lang/yasm-1.2.0"
DEPEND="abi_x86_32? ( ${ASM_DEP} )
abi_x86_64? ( ${ASM_DEP} )
opencl? ( dev-lang/perl )"
-RDEPEND="opencl? ( virtual/opencl )
+RDEPEND="opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r7
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"