From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1030923-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17878138334 for <garchives@archives.gentoo.org>; Sun, 17 Jun 2018 23:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08B64E084A; Sun, 17 Jun 2018 23:54:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCAF8E0801 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jun 2018 23:54:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F696335C8A for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jun 2018 23:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C9CF2BD for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jun 2018 23:54:37 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1529279031.9dab5e51498c81043e88aae21c74ff51988340e4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9dab5e51498c81043e88aae21c74ff51988340e4 X-VCS-Branch: master Date: Sun, 17 Jun 2018 23:54:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fa924bd3-ff32-486c-8a89-759cb0e7e63f X-Archives-Hash: fa000a50169f81a28d89af3aaba13e9c 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() {