commit:     9dab5e51498c81043e88aae21c74ff51988340e4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 00:58:08 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 23:43:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dab5e51

media-libs/mesa: Remove now unnecessary bindist flag

The patent expired! See upstream commit 66673bef941a (mesa:
Unconditionally enable floating-point textures)

 media-libs/mesa/mesa-9999.ebuild | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index f159a80c67f..9b347f41dba 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() {

Reply via email to