diff options
author | 2019-11-24 09:42:22 +0100 | |
---|---|---|
committer | 2019-11-24 17:20:02 -0500 | |
commit | 386062d79079870041231d84a4bb8e14b497f8b9 (patch) | |
tree | 6db20f2aa7b2651fdffe3de5593132aa78b0358d /games-rpg/manaplus/manaplus-1.9.3.23.ebuild | |
parent | app-metrics/pushgateway: export -n GOCACHE XDG_CACHE_HOME (diff) | |
download | gentoo-386062d79079870041231d84a4bb8e14b497f8b9.tar.gz gentoo-386062d79079870041231d84a4bb8e14b497f8b9.tar.bz2 gentoo-386062d79079870041231d84a4bb8e14b497f8b9.zip |
games-rpg/manaplus: fix MissingTestRestrict, update metadata
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13749
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-rpg/manaplus/manaplus-1.9.3.23.ebuild')
-rw-r--r-- | games-rpg/manaplus/manaplus-1.9.3.23.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild index 22fd9fdaa32..9d34cbd23db 100644 --- a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild +++ b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild @@ -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 |