diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-08 10:48:47 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-07-16 11:15:27 +0200 |
commit | a5ee35fc40cdacf5be0d25082c65806d24347861 (patch) | |
tree | 1a3dad6dc251106295feffde89b8255e634f7e56 /games-roguelike/nethack/nethack-3.6.0-r3.ebuild | |
parent | dev-libs/libxmlb: Removed old. (diff) | |
download | gentoo-a5ee35fc40cdacf5be0d25082c65806d24347861.tar.gz gentoo-a5ee35fc40cdacf5be0d25082c65806d24347861.tar.bz2 gentoo-a5ee35fc40cdacf5be0d25082c65806d24347861.zip |
games-roguelike/nethack: Depend on acct-group/gamestat.
Bug: https://bugs.gentoo.org/689464
Acked-by: Luis Ressel <aranea@aixah.de>
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'games-roguelike/nethack/nethack-3.6.0-r3.ebuild')
-rw-r--r-- | games-roguelike/nethack/nethack-3.6.0-r3.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild index fa9302932cb1..834881ef5f28 100644 --- a/games-roguelike/nethack/nethack-3.6.0-r3.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs flag-o-matic user +inherit eutils toolchain-funcs flag-o-matic MY_PV=${PV//.} DESCRIPTION="The ultimate old-school single player dungeon exploration game" @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd" IUSE="experimental X" -RDEPEND="sys-libs/ncurses:0= +RDEPEND="acct-group/gamestat + sys-libs/ncurses:0= X? ( x11-libs/libXaw x11-libs/libXpm @@ -35,8 +36,6 @@ NETHACK_GROUP="gamestat" pkg_setup() { HACKDIR="/usr/$(get_libdir)/${PN}" - - enewgroup gamestat 36 } src_prepare() { |