commit: 794fbbe7ad3a6846abc73e69c25bc0484aac958c
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 3 18:59:51 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 19:00:04 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794fbbe7
make sure we get ncurses5 api (bug #559072) with inline patch from Sergei
Trofimovich
Package-Manager: portage-2.2.20.1
games-roguelike/adom/adom-1.1.1-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild
b/games-roguelike/adom/adom-1.1.1-r1.ebuild
index af8ecd1..83d5f81 100644
--- a/games-roguelike/adom/adom-1.1.1-r1.ebuild
+++ b/games-roguelike/adom/adom-1.1.1-r1.ebuild
@@ -16,7 +16,9 @@ IUSE=""
RESTRICT="strip" #bug #137340
QA_FLAGS_IGNORED="${GAMES_PREFIX_OPT:1}/bin/adom"
-RDEPEND=">=sys-libs/ncurses-5.9-r3[abi_x86_32(-)]"
+RDEPEND="|| (
+ >=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)]
+ >=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] )"
S=${WORKDIR}/${PN}