summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-11-29 21:08:40 -0800
committerMatt Turner <mattst88@gentoo.org>2017-11-29 22:22:09 -0800
commit3091e0b76bc8477fd30a1b70039514494a7c3cd1 (patch)
treef13c73059b1a7d76a21c636126111566d7b47145
parent0aa6fdc6c94da7d89417cfd1e9154459f0f18dbb (diff)
downloadgentoo-3091e0b76bc8477fd30a1b70039514494a7c3cd1.tar.gz
gentoo-3091e0b76bc8477fd30a1b70039514494a7c3cd1.tar.xz
media-libs/mesa: Drop note about libtxc_dxtn
No longer needed since I merged that library into Mesa. Closes: https://bugs.gentoo.org/639262
-rw-r--r--media-libs/mesa/mesa-17.3.0_rc5.ebuild6
-rw-r--r--media-libs/mesa/mesa-9999.ebuild6
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 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() {