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-arcade/aop/
Date: Fri, 18 Dec 2015 00:47:37
Message-Id: 1450399160.ee9a677624042cf77f54026f43bb97b3e68f5ba2.mr_bones_@gentoo
1 commit: ee9a677624042cf77f54026f43bb97b3e68f5ba2
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 17 19:10:03 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 00:39:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9a6776
7
8 add slot dep for sys-libs/ncurses
9
10 Package-Manager: portage-2.2.24
11
12 games-arcade/aop/aop-0.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-arcade/aop/aop-0.6.ebuild b/games-arcade/aop/aop-0.6.ebuild
16 index d436823..b5a288b 100644
17 --- a/games-arcade/aop/aop-0.6.ebuild
18 +++ b/games-arcade/aop/aop-0.6.ebuild
19 @@ -14,7 +14,7 @@ SLOT="0"
20 KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
21 IUSE=""
22
23 -RDEPEND="sys-libs/ncurses"
24 +RDEPEND="sys-libs/ncurses:0"
25 DEPEND="${RDEPEND}
26 virtual/pkgconfig"