summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-08-21 22:10:26 -0700
committerMatt Turner <mattst88@gentoo.org>2019-08-21 22:11:19 -0700
commit3139c653d06724f014cf61a11fde83fc83b418b2 (patch)
tree2a75c1cf810f52a18da915d4c2957153d35d9c1f /media-libs/mesa/mesa-9999.ebuild
parentmedia-libs/assimp: version bump to 4.1.0 (diff)
downloadgentoo-3139c653d06724f014cf61a11fde83fc83b418b2.tar.gz
gentoo-3139c653d06724f014cf61a11fde83fc83b418b2.tar.bz2
gentoo-3139c653d06724f014cf61a11fde83fc83b418b2.zip
media-libs/mesa: Drop some obsolete lines
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.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index b28120fdcc83..f226c4813d78 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -16,7 +16,6 @@ HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git"
- EXPERIMENTAL="true"
inherit git-r3
else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz"
@@ -504,8 +503,6 @@ multilib_src_compile() {
multilib_src_install() {
meson_src_install
-
- use libglvnd && rm -f "${D}"/usr/$(get_libdir)/libGLESv{1_CM,2}.so*
}
multilib_src_install_all() {