diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-09-03 14:59:51 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-09-03 15:00:04 -0400 |
commit | 794fbbe7ad3a6846abc73e69c25bc0484aac958c (patch) | |
tree | bba95c910c022da4e0fd3f78ce21d16e6f87f2aa /games-roguelike | |
parent | sci-mathematics/maxima: removing the unfixed version (diff) | |
download | gentoo-794fbbe7ad3a6846abc73e69c25bc0484aac958c.tar.gz gentoo-794fbbe7ad3a6846abc73e69c25bc0484aac958c.tar.bz2 gentoo-794fbbe7ad3a6846abc73e69c25bc0484aac958c.zip |
make sure we get ncurses5 api (bug #559072) with inline patch from Sergei Trofimovich
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/adom/adom-1.1.1-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild b/games-roguelike/adom/adom-1.1.1-r1.ebuild index af8ecd1eb258..83d5f81227c5 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} |