make sure we get ncurses5 api (bug #559072) with inline patch from Sergei Trofimovich
authorMichael Sterrett <mr_bones_@gentoo.org>
Thu, 3 Sep 2015 18:59:51 +0000 (14:59 -0400)
committerMichael Sterrett <mr_bones_@gentoo.org>
Thu, 3 Sep 2015 19:00:04 +0000 (15:00 -0400)
Package-Manager: portage-2.2.20.1

games-roguelike/adom/adom-1.1.1-r1.ebuild

index af8ecd1eb258e155761d677dff619320da0bd754..83d5f81227c5b09d422680376782e3e6516d4a52 100644 (file)
@@ -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}