Lines 1-4
Link Here
|
1 |
# Copyright 1999-2023 Gentoo Authors |
1 |
# Copyright 1999-2024 Gentoo Authors |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
|
3 |
|
4 |
EAPI=8 |
4 |
EAPI=8 |
Lines 13-26
Link Here
|
13 |
|
13 |
|
14 |
LICENSE="GPL-2+" |
14 |
LICENSE="GPL-2+" |
15 |
SLOT="0" |
15 |
SLOT="0" |
16 |
KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" |
16 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" |
17 |
|
17 |
|
18 |
# no sane way to use OpenGL from within tests? |
18 |
# no sane way to use OpenGL from within tests? |
19 |
RESTRICT="test" |
19 |
RESTRICT="test" |
20 |
|
20 |
|
21 |
RDEPEND="media-libs/mesa[X(+)] |
21 |
RDEPEND="media-libs/mesa[X(+)] |
22 |
>=dev-cpp/eigen-3.2.0:3 |
22 |
>=dev-cpp/eigen-3.2.0:3 |
23 |
media-libs/libepoxy[egl,X] |
23 |
|| ( |
|
|
24 |
=media-libs/libepoxy-1.5.10-r2[egl,X] |
25 |
>=media-libs/libepoxy-1.5.10-r3[X] |
26 |
) |
24 |
>=sci-libs/fftw-3:= |
27 |
>=sci-libs/fftw-3:= |
25 |
media-libs/libsdl2" |
28 |
media-libs/libsdl2" |
26 |
DEPEND="${RDEPEND}" |
29 |
DEPEND="${RDEPEND}" |