summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-06-11 17:58:08 -0700
committerMatt Turner <mattst88@gentoo.org>2018-06-17 16:43:51 -0700
commit9dab5e51498c81043e88aae21c74ff51988340e4 (patch)
tree17fb27d09986e6f46d9caaffe7626dd769e896e4 /media-libs/mesa/mesa-9999.ebuild
parentx11-misc/sddm: x86 stable (bug #658238) (diff)
downloadgentoo-9dab5e51498c81043e88aae21c74ff51988340e4.tar.gz
gentoo-9dab5e51498c81043e88aae21c74ff51988340e4.tar.bz2
gentoo-9dab5e51498c81043e88aae21c74ff51988340e4.zip
media-libs/mesa: Remove now unnecessary bindist flag
The patent expired! See upstream commit 66673bef941a (mesa: Unconditionally enable floating-point textures)
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild15
1 files changed, 1 insertions, 14 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index f159a80c67f4..9b347f41dba3 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -26,7 +26,6 @@ fi
LICENSE="MIT"
SLOT="0"
RESTRICT="
- !bindist? ( bindist )
!test? ( test )
"
@@ -37,7 +36,7 @@ for card in ${VIDEO_CARDS}; do
done
IUSE="${IUSE_VIDEO_CARDS}
- bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
+ +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
lm_sensors opencl osmesa pax_kernel openmax pic selinux test unwind
vaapi valgrind vdpau vulkan wayland xvmc xa"
@@ -367,7 +366,6 @@ multilib_src_configure() {
$(meson_use test build-tests)
-Dglx=dri
-Dshared-glapi=true
- $(meson_use !bindist texture-float)
$(meson_use dri3)
$(meson_use egl)
$(meson_use gbm)
@@ -414,10 +412,6 @@ multilib_src_install() {
multilib_src_install_all() {
einstalldocs
-
- if use !bindist; then
- dodoc docs/patents.txt
- fi
}
multilib_src_test() {
@@ -442,13 +436,6 @@ pkg_postinst() {
omxregister-bellagio
eend $?
fi
-
- # warn about patent encumbered texture-float
- if use !bindist; then
- elog "USE=\"bindist\" was not set. Potentially patent encumbered code was"
- elog "enabled. Please see /usr/share/doc/${P}/patents.txt.bz2 for an"
- elog "explanation."
- fi
}
pkg_prerm() {