diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-29 22:21:43 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-29 22:22:10 -0800 |
commit | 4d4bb4bf5cd0afc648a920066adf7d4d5d6bf50f (patch) | |
tree | d80c95a25213639f3d492ad5397f3df2495dc528 /media-libs/mesa/mesa-17.3.0_rc5.ebuild | |
parent | media-libs/mesa: Drop note about libtxc_dxtn (diff) | |
download | gentoo-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
Diffstat (limited to 'media-libs/mesa/mesa-17.3.0_rc5.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-17.3.0_rc5.ebuild | 3 |
1 files changed, 2 insertions, 1 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 } |