From: Ulrich Müller Date: Mon, 8 Jul 2019 08:45:31 +0000 (+0200) Subject: games-roguelike/moria: Depend on acct-group/gamestat. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ba04916e36a5cd538b782124094839a0a0319aca;p=gentoo.git games-roguelike/moria: Depend on acct-group/gamestat. Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ulrich Müller Signed-off-by: James Le Cuirot --- diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild index 999c073daa4f..73142dad7977 100644 --- a/games-roguelike/moria/moria-5.7.10.ebuild +++ b/games-roguelike/moria/moria-5.7.10.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_IN_SOURCE_BUILD="yes" -inherit cmake-utils prefix user +inherit cmake-utils prefix DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria" HOMEPAGE="https://umoria.org/" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~m68k ~x86 ~x86-fbsd" IUSE="" -RDEPEND=">=sys-libs/ncurses-6.0:0=" +RDEPEND="acct-group/gamestat + >=sys-libs/ncurses-6.0:0=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" @@ -26,10 +27,6 @@ PATCHES=( "${FILESDIR}/${P}-tinfo.patch" ) -pkg_setup(){ - enewgroup gamestat 36 -} - src_prepare() { cmake-utils_src_prepare sed -i "s/@PF@/${PF}/" src/config.cpp || die