Skip to content

Commit

Permalink
games-rpg/manaplus: fix MissingTestRestrict, update metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Wim Muskee <[email protected]>
Closes: gentoo#13749
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
wimmuskee authored and FuzzyGophers committed Nov 24, 2019
1 parent efa9a05 commit 386062d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion games-rpg/manaplus/manaplus-1.8.12.8.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -16,6 +16,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
IUSE="mumble nls opengl pugixml +sdl2 test"
RESTRICT="!test? ( test )"

RDEPEND="
>=dev-games/physfs-1.0.0
Expand Down
1 change: 1 addition & 0 deletions games-rpg/manaplus/manaplus-1.9.3.23.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
IUSE="mumble nls opengl pugixml +sdl2 test"
RESTRICT="!test? ( test )"

RDEPEND="
>=dev-games/physfs-1.0.0
Expand Down
3 changes: 2 additions & 1 deletion games-rpg/manaplus/manaplus-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -16,6 +16,7 @@ fi
LICENSE="GPL-2+"
SLOT="0"
IUSE="mumble nls opengl pugixml +sdl2 test"
RESTRICT="!test? ( test )"

RDEPEND="
>=dev-games/physfs-1.0.0
Expand Down
3 changes: 3 additions & 0 deletions games-rpg/manaplus/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
<flag name="pugixml">Use <pkg>dev-libs/pugixml</pkg> for XML parsing isntead of <pkg>dev-libs/libxml2</pkg></flag>
<flag name="mumble">Enable support for voice chat</flag>
</use>
<upstream>
<remote-id type="gitlab">manaplus/manaplus</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 386062d

Please sign in to comment.