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 DDFF4139082 for ; Thu, 30 Nov 2017 06:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17F45E0DFE; Thu, 30 Nov 2017 06:22:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC9A6E0DFE 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 83D8833BEAC 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 19A54AC43 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: <1512022929.3091e0b76bc8477fd30a1b70039514494a7c3cd1.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: 3091e0b76bc8477fd30a1b70039514494a7c3cd1 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: 3304c1d8-bead-4406-8c0b-d0c4d9d7084c X-Archives-Hash: efa12b01f9d54b2774a88cd28e5cb003 commit: 3091e0b76bc8477fd30a1b70039514494a7c3cd1 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 30 05:08:40 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 30 06:22:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3091e0b7 media-libs/mesa: Drop note about libtxc_dxtn No longer needed since I merged that library into Mesa. Closes: https://bugs.gentoo.org/639262 media-libs/mesa/mesa-17.3.0_rc5.ebuild | 6 ------ media-libs/mesa/mesa-9999.ebuild | 6 ------ 2 files changed, 12 deletions(-) diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild index fa362116f53..5f60440346d 100644 --- a/media-libs/mesa/mesa-17.3.0_rc5.ebuild +++ b/media-libs/mesa/mesa-17.3.0_rc5.ebuild @@ -516,12 +516,6 @@ pkg_postinst() { elog "USE=\"bindist\" was not set. Potentially patent encumbered code was" elog "enabled. Please see patents.txt for an explanation." fi - - if ! has_version media-libs/libtxc_dxtn; then - elog "Note that in order to have full S3TC support, it is necessary to install" - elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice" - elog "textures in some apps, and some others even require this to run." - fi } pkg_prerm() { diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7a951da5d58..288625e2ad5 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -516,12 +516,6 @@ pkg_postinst() { elog "USE=\"bindist\" was not set. Potentially patent encumbered code was" elog "enabled. Please see patents.txt for an explanation." fi - - if ! has_version media-libs/libtxc_dxtn; then - elog "Note that in order to have full S3TC support, it is necessary to install" - elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice" - elog "textures in some apps, and some others even require this to run." - fi } pkg_prerm() {