I emerged games-action/minetest with the server USE flag enabled, but it only built the game. It did not build the server. I tried enablng the dedicated USE flag to see what would happen. It did build and install only the server. I would expect enabling the server USE flag, with dedicated disabled, to install both the game and the server.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183aba3cb1d1fc36f52703391732eedde0d52477 commit 183aba3cb1d1fc36f52703391732eedde0d52477 Author: William Breathitt Gray <vilhelm.gray@gmail.com> AuthorDate: 2019-05-31 12:36:09 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2019-06-09 20:17:28 +0000 games-action/minetest: Fix ignored server flag The 'dedicated' flag is removed and the 'client' flag is introduced. Closes: https://bugs.gentoo.org/687048 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12140 Signed-off-by: Michał Górny <mgorny@gentoo.org> games-action/minetest/metadata.xml | 3 +- games-action/minetest/minetest-5.0.1-r2.ebuild | 150 +++++++++++++++++++++++++ 2 files changed, 152 insertions(+), 1 deletion(-)