Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Fri, 02 Jul 2021 22:01:41
Message-Id: 1625263287.98ed4426d2357adf02a7655325f5ebd2d2618007.mattst88@gentoo
1 commit: 98ed4426d2357adf02a7655325f5ebd2d2618007
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 21:51:56 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 22:01:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ed4426
7
8 media-libs/mesa: Drop unused OPENGL_DIR assignment
9
10 Unused since the transition away from eselect opengl.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/mesa/mesa-9999.ebuild | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
18 index dd671cef87a..caf150f61b6 100644
19 --- a/media-libs/mesa/mesa-9999.ebuild
20 +++ b/media-libs/mesa/mesa-9999.ebuild
21 @@ -7,8 +7,6 @@ PYTHON_COMPAT=( python3_{7,8,9} )
22
23 inherit llvm meson-multilib python-any-r1 linux-info
24
25 -OPENGL_DIR="xorg-x11"
26 -
27 MY_P="${P/_/-}"
28
29 DESCRIPTION="OpenGL-like graphic library for Linux"