From: Matt Turner Date: Thu, 30 Nov 2017 05:08:40 +0000 (-0800) Subject: media-libs/mesa: Drop note about libtxc_dxtn X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3091e0b76bc8477fd30a1b70039514494a7c3cd1;p=gentoo.git media-libs/mesa: Drop note about libtxc_dxtn No longer needed since I merged that library into Mesa. Closes: https://bugs.gentoo.org/639262 --- diff --git a/media-libs/mesa/mesa-17.3.0_rc5.ebuild b/media-libs/mesa/mesa-17.3.0_rc5.ebuild index fa362116f537..5f60440346d0 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 7a951da5d58f..288625e2ad51 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() {