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: Thu, 22 Aug 2019 05:11:36
Message-Id: 1566450679.3139c653d06724f014cf61a11fde83fc83b418b2.mattst88@gentoo
1 commit: 3139c653d06724f014cf61a11fde83fc83b418b2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 22 05:10:26 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 22 05:11:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3139c653
7
8 media-libs/mesa: Drop some obsolete lines
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/mesa/mesa-9999.ebuild | 3 ---
13 1 file changed, 3 deletions(-)
14
15 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
16 index b28120fdcc8..f226c4813d7 100644
17 --- a/media-libs/mesa/mesa-9999.ebuild
18 +++ b/media-libs/mesa/mesa-9999.ebuild
19 @@ -16,7 +16,6 @@ HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"
20
21 if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git"
23 - EXPERIMENTAL="true"
24 inherit git-r3
25 else
26 SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
27 @@ -504,8 +503,6 @@ multilib_src_compile() {
28
29 multilib_src_install() {
30 meson_src_install
31 -
32 - use libglvnd && rm -f "${D}"/usr/$(get_libdir)/libGLESv{1_CM,2}.so*
33 }
34
35 multilib_src_install_all() {