diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-03-30 19:54:46 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-03-30 19:54:46 +0000 |
commit | 994f18840c9d2127277bc2064c35418886ab6bf1 (patch) | |
tree | 256412e40feaa21c122ce9e4acb64c7698a34192 /x11-libs/libxshmfence/libxshmfence-1.1.ebuild | |
parent | Mask abi_x86_32 for libxshmfence, bug #506056. (diff) | |
download | gentoo-2-994f18840c9d2127277bc2064c35418886ab6bf1.tar.gz gentoo-2-994f18840c9d2127277bc2064c35418886ab6bf1.tar.bz2 gentoo-2-994f18840c9d2127277bc2064c35418886ab6bf1.zip |
Add multilib use dependencies, bug #506056.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libxshmfence/libxshmfence-1.1.ebuild')
-rw-r--r-- | x11-libs/libxshmfence/libxshmfence-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxshmfence/libxshmfence-1.1.ebuild b/x11-libs/libxshmfence/libxshmfence-1.1.ebuild index 2e218e4a0fd2..4af3d42738f7 100644 --- a/x11-libs/libxshmfence/libxshmfence-1.1.ebuild +++ b/x11-libs/libxshmfence/libxshmfence-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/libxshmfence-1.1.ebuild,v 1.6 2014/03/29 20:24:52 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/libxshmfence-1.1.ebuild,v 1.7 2014/03/30 19:54:46 chithanh Exp $ EAPI=5 XORG_MULTILIB=yes @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~a IUSE="" RDEPEND="" -DEPEND="x11-proto/xproto +DEPEND="x11-proto/xproto[${MULTILIB_USEDEP}] ${RDEPEND}" |