Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/hengband/
Date: Tue, 05 Jan 2016 08:26:45
Message-Id: 1451982366.8276031b2f478f253b373efd548031d7a8d268ff.mr_bones_@gentoo
1 commit: 8276031b2f478f253b373efd548031d7a8d268ff
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 5 05:27:17 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 5 08:26:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8276031b
7
8 games-roguelike/hengband: add slot dep for sys-libs/ncurses
9
10 Package-Manager: portage-2.2.26
11
12 games-roguelike/hengband/hengband-1.6.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
16 index d93f12c..0f9d9dc 100644
17 --- a/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
18 +++ b/games-roguelike/hengband/hengband-1.6.2-r1.ebuild
19 @@ -15,7 +15,7 @@ LICENSE="Moria"
20 SLOT="0"
21 IUSE="X linguas_ja"
22
23 -RDEPEND=">=sys-libs/ncurses-5
24 +RDEPEND=">=sys-libs/ncurses-5:0
25 X? ( x11-libs/libX11 )"
26 DEPEND="${RDEPEND}
27 X? ( x11-libs/libXt )"