diff options
author | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2014-03-30 21:56:31 +0200 |
---|---|---|
committer | Chi-Thanh Christopher Nguyen <chithanh@gentoo.org> | 2014-03-30 21:56:31 +0200 |
commit | f27a8c7255ce7a13d0a9a572b6595307fccc3ea5 (patch) | |
tree | 775a324f7eade4280d6ab04144024e0933a77efa /x11-libs | |
parent | x11-libs/libxkbcommon: Fix global-scope use_with invocation. (diff) | |
download | x11-f27a8c7255ce7a13d0a9a572b6595307fccc3ea5.tar.gz x11-f27a8c7255ce7a13d0a9a572b6595307fccc3ea5.tar.bz2 x11-f27a8c7255ce7a13d0a9a572b6595307fccc3ea5.zip |
x11-libs/libxshmfence: Add multlib use dependency
Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=506056
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxshmfence/libxshmfence-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libxshmfence/libxshmfence-9999.ebuild b/x11-libs/libxshmfence/libxshmfence-9999.ebuild index 6d460fb5..32df5144 100644 --- a/x11-libs/libxshmfence/libxshmfence-9999.ebuild +++ b/x11-libs/libxshmfence/libxshmfence-9999.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.0.ebuild,v 1.1 2013/11/01 03:11:26 mattst88 Exp $ +# $Header: $ EAPI=5 XORG_MULTILIB=yes @@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" RDEPEND="" -DEPEND="x11-proto/xproto +DEPEND="x11-proto/xproto[${MULTILIB_USEDEP}] ${RDEPEND}" |