Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687048 - games-action/minetest-5.0.1-r1 USE="-dedicated server" installs no server
Summary: games-action/minetest-5.0.1-r1 USE="-dedicated server" installs no server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Breathitt Gray
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-05-31 04:28 UTC by Patrick McMunn
Modified: 2019-06-09 20:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick McMunn 2019-05-31 04:28:06 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2019-06-09 20:17:39 UTC
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(-)