diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-09-19 22:52:51 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-09-19 22:52:51 +0100 |
commit | 787c8e612656d1f799df22a9ef74dde43a70cca1 (patch) | |
tree | f518aa6f8240bb5c93fe3b3cbb3f00aec161d658 /games-action/minetest | |
parent | games-action/minetest: Drop old (diff) | |
download | gentoo-787c8e612656d1f799df22a9ef74dde43a70cca1.tar.gz gentoo-787c8e612656d1f799df22a9ef74dde43a70cca1.tar.bz2 gentoo-787c8e612656d1f799df22a9ef74dde43a70cca1.zip |
games-action/minetest: Minetest Game is now installed through the engine
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action/minetest')
-rw-r--r-- | games-action/minetest/minetest-5.0.1-r3.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games-action/minetest/minetest-5.0.1-r3.ebuild b/games-action/minetest/minetest-5.0.1-r3.ebuild index 044a72c0e999..0f424e11d7db 100644 --- a/games-action/minetest/minetest-5.0.1-r3.ebuild +++ b/games-action/minetest/minetest-5.0.1-r3.ebuild @@ -122,13 +122,6 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - if use client ; then - elog - elog "optional dependencies:" - elog " games-action/minetest_game (official mod)" - elog - fi - if use server ; then elog elog "Configure your server via /etc/conf.d/minetest-server" |