From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A2F2A139082 for ; Thu, 30 Nov 2017 06:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9B35E0DF9; Thu, 30 Nov 2017 06:22:32 +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 B526CE0DF9 for ; Thu, 30 Nov 2017 06:22:32 +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 9742633BF01 for ; Thu, 30 Nov 2017 06:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30147AC73 for ; Thu, 30 Nov 2017 06:22:30 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1512022930.4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f.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-17.3.0_rc5.ebuild 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: 4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f X-VCS-Branch: master Date: Thu, 30 Nov 2017 06:22:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ef1fa584-ac63-4b64-a6a3-c3260008c066 X-Archives-Hash: fd4e07ece7f7444c0300827c96baa5dc commit: 4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f Author: Matt Turner gentoo org> AuthorDate: Thu Nov 30 06:21:43 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 30 06:22:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4bb4bf media-libs/mesa: Print full path to patents.txt Closes: https://bugs.gentoo.org/634836 media-libs/mesa/mesa-17.3.0_rc5.ebuild | 3 ++- media-libs/mesa/mesa-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild index 5f60440346d..34d01959bac 100644 --- a/media-libs/mesa/mesa-17.3.0_rc5.ebuild +++ b/media-libs/mesa/mesa-17.3.0_rc5.ebuild @@ -514,7 +514,8 @@ pkg_postinst() { # 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 patents.txt for an explanation." + elog "enabled. Please see /usr/share/doc/${P}/patents.txt.bz2 for an" + elog "explanation." fi } diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 288625e2ad5..282412f4fc3 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -514,7 +514,8 @@ pkg_postinst() { # 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 patents.txt for an explanation." + elog "enabled. Please see /usr/share/doc/${P}/patents.txt.bz2 for an" + elog "explanation." fi }