diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-07-02 14:51:56 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-07-02 15:01:27 -0700 |
commit | 98ed4426d2357adf02a7655325f5ebd2d2618007 (patch) | |
tree | a5e67f6b1ae943294eec005cac1c0cf802603c02 /media-libs/mesa/mesa-9999.ebuild | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-98ed4426d2357adf02a7655325f5ebd2d2618007.tar.gz gentoo-98ed4426d2357adf02a7655325f5ebd2d2618007.tar.bz2 gentoo-98ed4426d2357adf02a7655325f5ebd2d2618007.zip |
media-libs/mesa: Drop unused OPENGL_DIR assignment
Unused since the transition away from eselect opengl.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index dd671cef87a0..caf150f61b60 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -7,8 +7,6 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit llvm meson-multilib python-any-r1 linux-info -OPENGL_DIR="xorg-x11" - MY_P="${P/_/-}" DESCRIPTION="OpenGL-like graphic library for Linux" |