virtual/opengl - 8 (ambasta)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/opengl-8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =virtual/opengl-8

Or alternatively:

emerge --autounmask-write -a =virtual/opengl-8

Package Information

Description:
Virtual for OpenGL implementation

Ebuild Details

Version EAPI Keywords Slot
8 8 ~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit multilib-build

DESCRIPTION="Virtual for OpenGL implementation"

SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"

RDEPEND="
	|| (
		media-libs/libglvnd[${MULTILIB_USEDEP}]
		dev-util/mingw64-runtime
	)"

Inherited Eclasses

Dependencies

RDEPEND

	|| (
		media-libs/libglvnd[]
		dev-util/mingw64-runtime
	)