Gentoo Archives: gentoo-commits

From: Chi-Thanh Christopher Nguyen <chithanh@××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxshmfence/
Date: Sun, 30 Mar 2014 19:56:53
Message-Id: 1396209391.f27a8c7255ce7a13d0a9a572b6595307fccc3ea5.chithead@gentoo
1 commit: f27a8c7255ce7a13d0a9a572b6595307fccc3ea5
2 Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 30 19:56:31 2014 +0000
4 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
5 CommitDate: Sun Mar 30 19:56:31 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f27a8c72
7
8 x11-libs/libxshmfence: Add multlib use dependency
9
10 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=506056
11
12 ---
13 x11-libs/libxshmfence/libxshmfence-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-libs/libxshmfence/libxshmfence-9999.ebuild b/x11-libs/libxshmfence/libxshmfence-9999.ebuild
17 index 6d460fb..32df514 100644
18 --- a/x11-libs/libxshmfence/libxshmfence-9999.ebuild
19 +++ b/x11-libs/libxshmfence/libxshmfence-9999.ebuild
20 @@ -1,6 +1,6 @@
21 # Copyright 1999-2014 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxshmfence/libxshmfence-1.0.ebuild,v 1.1 2013/11/01 03:11:26 mattst88 Exp $
24 +# $Header: $
25
26 EAPI=5
27 XORG_MULTILIB=yes
28 @@ -12,5 +12,5 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
29 IUSE=""
30
31 RDEPEND=""
32 -DEPEND="x11-proto/xproto
33 +DEPEND="x11-proto/xproto[${MULTILIB_USEDEP}]
34 ${RDEPEND}"