Diff opengl-7.0-r2 with a opengl-8
/usr/portage/virtual/opengl/opengl-8.ebuild 2025-02-03 17:39:35.946678051 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit multilib-build |
7 | 7 | |
... | ... | |
9 | 9 | |
10 | 10 |
SLOT="0" |
11 | 11 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
12 |
IUSE="X" |
|
12 | 13 | |
13 | 14 |
RDEPEND=" |
14 | 15 |
|| ( |
15 |
>=media-libs/mesa-9.1.6[X(+),${MULTILIB_USEDEP}] |
|
16 |
media-libs/libglvnd[X?,${MULTILIB_USEDEP}] |
|
16 | 17 |
dev-util/mingw64-runtime |
17 | 18 |
)" |