summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-07-08 10:45:31 +0200
committerJames Le Cuirot <chewi@gentoo.org>2019-07-17 21:03:59 +0100
commitba04916e36a5cd538b782124094839a0a0319aca (patch)
treed64f224154d54f2a6eb6849c0a4fde725cc2ccac /games-roguelike/moria/moria-5.7.10.ebuild
parentgames-puzzle/triptych: Depend on acct-group/gamestat. (diff)
downloadgentoo-ba04916e36a5cd538b782124094839a0a0319aca.tar.gz
gentoo-ba04916e36a5cd538b782124094839a0a0319aca.tar.bz2
gentoo-ba04916e36a5cd538b782124094839a0a0319aca.zip
games-roguelike/moria: Depend on acct-group/gamestat.
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-roguelike/moria/moria-5.7.10.ebuild')
-rw-r--r--games-roguelike/moria/moria-5.7.10.ebuild9
1 files changed, 3 insertions, 6 deletions
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