diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-06 13:01:06 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-05-06 13:09:59 -0400 |
commit | 79d57486b7eb17684a0fcd4c94cc081322f0edbb (patch) | |
tree | 76a40c912e934cede3a180cd47356156ddcc352a /games-simulation/pmars-sdl | |
parent | 4f9e81a49b1e76bd49e908a62de183b527fc9e08 (diff) | |
download | gentoo-79d57486b7eb17684a0fcd4c94cc081322f0edbb.tar.gz gentoo-79d57486b7eb17684a0fcd4c94cc081322f0edbb.tar.xz |
games-simulation/pmars-sdl: add slot to sys-libs/ncurses
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-simulation/pmars-sdl')
-rw-r--r-- | games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild index 1826340d710..c4489d172b4 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild @@ -20,7 +20,7 @@ IUSE="sdl X" DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl[video] ) X? ( x11-libs/libX11 ) - !sdl? ( !X? ( sys-libs/ncurses ) )" + !sdl? ( !X? ( sys-libs/ncurses:0 ) )" RDEPEND=${DEPEND} S=${WORKDIR}/${MY_P} |