diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-05-06 11:59:19 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-06 12:02:45 -0700 |
commit | 63ea7b89afa6c1953fcc7419d863a67c9c47732e (patch) | |
tree | 599453553455bb1bb08ed001c2df79383b7b916b /games-fps | |
parent | games-fps/quake4-demo: Drop dependency on media-libs/libtxc_dxtn (diff) | |
download | gentoo-63ea7b89afa6c1953fcc7419d863a67c9c47732e.tar.gz gentoo-63ea7b89afa6c1953fcc7419d863a67c9c47732e.tar.bz2 gentoo-63ea7b89afa6c1953fcc7419d863a67c9c47732e.zip |
games-fps/xonotic: Drop mention of media-libs/libtxc_dxtn
Bug: https://bugs.gentoo.org/654468
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/xonotic/xonotic-0.8.2.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games-fps/xonotic/xonotic-0.8.2.ebuild b/games-fps/xonotic/xonotic-0.8.2.ebuild index 5041c1379a73..2ad7334b4487 100644 --- a/games-fps/xonotic/xonotic-0.8.2.ebuild +++ b/games-fps/xonotic/xonotic-0.8.2.ebuild @@ -111,8 +111,3 @@ src_install() { insinto "/usr/share/${PN}" doins -r key_0.d0pk server data } - -pkg_postinst() { - elog "If you are using opensource drivers you should consider installing: " - elog " media-libs/libtxc_dxtn" -} |