summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-11-29 22:21:43 -0800
committerMatt Turner <mattst88@gentoo.org>2017-11-29 22:22:10 -0800
commit4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f (patch)
treed80c95a25213639f3d492ad5397f3df2495dc528
parentmedia-libs/mesa: Drop note about libtxc_dxtn (diff)
downloadgentoo-4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f.tar.gz
gentoo-4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f.tar.bz2
gentoo-4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f.zip
media-libs/mesa: Print full path to patents.txt
Closes: https://bugs.gentoo.org/634836
-rw-r--r--media-libs/mesa/mesa-17.3.0_rc5.ebuild3
-rw-r--r--media-libs/mesa/mesa-9999.ebuild3
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 5f60440346d0..34d01959bac4 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 288625e2ad51..282412f4fc38 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
}