2015-03-03 15:12:02 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-09-23 15:23:34 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-09-23 15:23:34 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
inherit multilib-build
|
|
|
|
|
|
|
|
DESCRIPTION="Virtual for OpenGL utility library"
|
|
|
|
HOMEPAGE=""
|
|
|
|
SRC_URI=""
|
|
|
|
|
|
|
|
LICENSE=""
|
|
|
|
SLOT="0"
|
2015-03-03 15:12:02 +03:00
|
|
|
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
2013-09-23 15:23:34 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
|| (
|
2014-06-19 11:09:26 +04:00
|
|
|
>=media-libs/glu-9.0.0-r1[${MULTILIB_USEDEP}]
|
2013-09-23 15:23:34 +04:00
|
|
|
media-libs/opengl-apple
|
|
|
|
)"
|
|
|
|
DEPEND=""
|