diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-04 19:37:06 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-04 19:37:06 +0200 |
commit | 831e64cedcd599fcf164ff92ac936c8e896c011c (patch) | |
tree | b0e5ca8ba07d6f05f90159f4cfe93abcd4e9b906 /media-libs/libepoxy/libepoxy-9999.ebuild | |
parent | dev-perl/User-Identity-0.940.0-r0: add ~alpha keyword (diff) | |
download | gentoo-831e64cedcd599fcf164ff92ac936c8e896c011c.tar.gz gentoo-831e64cedcd599fcf164ff92ac936c8e896c011c.tar.bz2 gentoo-831e64cedcd599fcf164ff92ac936c8e896c011c.zip |
media-libs/libepoxy: fix mulitlib dependencies
Bug: https://bugs.gentoo.org/show_bug.cgi?id=541088
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-libs/libepoxy/libepoxy-9999.ebuild')
-rw-r--r-- | media-libs/libepoxy/libepoxy-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 98ef5b031cde..5d12655576be 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,12 +29,12 @@ fi LICENSE="MIT" SLOT="0" IUSE="" -RESTICT="test" # FIXME: tests fail when run from portage. +RESTRICT="test" # FIXME: tests fail when run from portage. DEPEND="${PYTHON_DEPS} - media-libs/mesa[egl] + media-libs/mesa[egl,${MULTILIB_USEDEP}] x11-misc/util-macros - x11-libs/libX11" + x11-libs/libX11[${MULTILIB_USEDEP}]" RDEPEND="" src_unpack() { |