Bug: https://bugs.gentoo.org/show_bug.cgi?id=541088
Package-Manager: portage-2.2.28
DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you"
HOMEPAGE="https://github.com/anholt/libepoxy"
if [[ ${PV} = 9999* ]]; then
- KEYWORDS="alpha arm hppa ppc64"
+ KEYWORDS=""
SRC_URI=""
else
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
LICENSE="MIT"
SLOT="0"
IUSE="test"
-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() {
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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() {