mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
make sure we get ncurses5 api (bug #559072) with inline patch from Sergei Trofimovich
Package-Manager: portage-2.2.20.1
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user