diff options
Diffstat (limited to 'games-rpg/manaplus')
-rw-r--r-- | games-rpg/manaplus/manaplus-1.8.12.8.ebuild | 3 | ||||
-rw-r--r-- | games-rpg/manaplus/manaplus-1.9.3.23.ebuild | 1 | ||||
-rw-r--r-- | games-rpg/manaplus/manaplus-9999.ebuild | 3 | ||||
-rw-r--r-- | games-rpg/manaplus/metadata.xml | 3 |
4 files changed, 8 insertions, 2 deletions
diff --git a/games-rpg/manaplus/manaplus-1.8.12.8.ebuild b/games-rpg/manaplus/manaplus-1.8.12.8.ebuild index df14d85dc14f..3e516d72a9eb 100644 --- a/games-rpg/manaplus/manaplus-1.8.12.8.ebuild +++ b/games-rpg/manaplus/manaplus-1.8.12.8.ebuild @@ -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 @@ -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 diff --git a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild index 22fd9fdaa32e..9d34cbd23db8 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 diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild index df14d85dc14f..3e516d72a9eb 100644 --- a/games-rpg/manaplus/manaplus-9999.ebuild +++ b/games-rpg/manaplus/manaplus-9999.ebuild @@ -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 @@ -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 diff --git a/games-rpg/manaplus/metadata.xml b/games-rpg/manaplus/metadata.xml index 474048077e6d..7ed071353700 100644 --- a/games-rpg/manaplus/metadata.xml +++ b/games-rpg/manaplus/metadata.xml @@ -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> |