Gentoo Archives: gentoo-commits

From: "Chí-Thanh Christopher Nguyễn" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/
Date: Mon, 04 Jul 2016 17:36:53
Message-Id: 1467653826.831e64cedcd599fcf164ff92ac936c8e896c011c.chithanh@gentoo
1 commit: 831e64cedcd599fcf164ff92ac936c8e896c011c
2 Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 17:37:06 2016 +0000
4 Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 17:37:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831e64ce
7
8 media-libs/libepoxy: fix mulitlib dependencies
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=541088
11
12 Package-Manager: portage-2.2.28
13
14 media-libs/libepoxy/libepoxy-1.3.1.ebuild | 8 ++++----
15 media-libs/libepoxy/libepoxy-9999.ebuild | 8 ++++----
16 2 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/media-libs/libepoxy/libepoxy-1.3.1.ebuild b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
19 index 7fc3ebf..bfb543c 100644
20 --- a/media-libs/libepoxy/libepoxy-1.3.1.ebuild
21 +++ b/media-libs/libepoxy/libepoxy-1.3.1.ebuild
22 @@ -19,7 +19,7 @@ inherit autotools-multilib ${GIT_ECLASS} python-any-r1
23 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you"
24 HOMEPAGE="https://github.com/anholt/libepoxy"
25 if [[ ${PV} = 9999* ]]; then
26 - KEYWORDS="alpha arm hppa ppc64"
27 + KEYWORDS=""
28 SRC_URI=""
29 else
30 KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
31 @@ -29,12 +29,12 @@ fi
32 LICENSE="MIT"
33 SLOT="0"
34 IUSE="test"
35 -RESTICT="test" # FIXME: tests fail when run from portage.
36 +RESTRICT="test" # FIXME: tests fail when run from portage.
37
38 DEPEND="${PYTHON_DEPS}
39 - media-libs/mesa[egl]
40 + media-libs/mesa[egl,${MULTILIB_USEDEP}]
41 x11-misc/util-macros
42 - x11-libs/libX11"
43 + x11-libs/libX11[${MULTILIB_USEDEP}]"
44 RDEPEND=""
45
46 src_unpack() {
47
48 diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
49 index 98ef5b0..5d12655 100644
50 --- a/media-libs/libepoxy/libepoxy-9999.ebuild
51 +++ b/media-libs/libepoxy/libepoxy-9999.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 +# Copyright 1999-2016 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Id$
57
58 @@ -29,12 +29,12 @@ fi
59 LICENSE="MIT"
60 SLOT="0"
61 IUSE=""
62 -RESTICT="test" # FIXME: tests fail when run from portage.
63 +RESTRICT="test" # FIXME: tests fail when run from portage.
64
65 DEPEND="${PYTHON_DEPS}
66 - media-libs/mesa[egl]
67 + media-libs/mesa[egl,${MULTILIB_USEDEP}]
68 x11-misc/util-macros
69 - x11-libs/libX11"
70 + x11-libs/libX11[${MULTILIB_USEDEP}]"
71 RDEPEND=""
72
73 src_unpack() {