commit: f27a8c7255ce7a13d0a9a572b6595307fccc3ea5 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org> AuthorDate: Sun Mar 30 19:56:31 2014 +0000 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de> CommitDate: Sun Mar 30 19:56:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f27a8c72
x11-libs/libxshmfence: Add multlib use dependency Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=506056 --- x11-libs/libxshmfence/libxshmfence-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libxshmfence/libxshmfence-9999.ebuild b/x11-libs/libxshmfence/libxshmfence-9999.ebuild index 6d460fb..32df514 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}"
