Skip to content

Commit

Permalink
games-roguelike/moria: Depend on acct-group/gamestat.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <[email protected]>
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
ulm authored and chewi committed Jul 17, 2019
1 parent 4a85bd4 commit ba04916
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions games-roguelike/moria/moria-5.7.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit ba04916

Please sign in to comment.