diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-29 21:08:40 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-29 22:22:09 -0800 |
commit | 3091e0b76bc8477fd30a1b70039514494a7c3cd1 (patch) | |
tree | f13c73059b1a7d76a21c636126111566d7b47145 /media-libs | |
parent | dev-ruby/yard: add 0.9.12 (diff) | |
download | gentoo-3091e0b76bc8477fd30a1b70039514494a7c3cd1.tar.gz gentoo-3091e0b76bc8477fd30a1b70039514494a7c3cd1.tar.bz2 gentoo-3091e0b76bc8477fd30a1b70039514494a7c3cd1.zip |
media-libs/mesa: Drop note about libtxc_dxtn
No longer needed since I merged that library into Mesa.
Closes: https://bugs.gentoo.org/639262
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-17.3.0_rc5.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 6 |
2 files changed, 0 insertions, 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 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() { |