diff options
author | Sam James <sam@gentoo.org> | 2021-04-10 13:46:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-10 13:55:32 +0000 |
commit | 250b6c18b161f3ae5263a946de34e70cd7d6afc5 (patch) | |
tree | b0930a3644ce95fb2f8ced522eb937052d7de031 /games-fps | |
parent | dev-ada/gnat-suite-bin: add missing sys-libs/gdbm, sys-libs/ncurses-compat deps (diff) | |
download | gentoo-250b6c18b161f3ae5263a946de34e70cd7d6afc5.tar.gz gentoo-250b6c18b161f3ae5263a946de34e70cd7d6afc5.tar.bz2 gentoo-250b6c18b161f3ae5263a946de34e70cd7d6afc5.zip |
games-fps/ezquake-bin: add missing x11-libs/libXpm dep
Closes: https://bugs.gentoo.org/750329
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ezquake-bin/ezquake-bin-2.2-r2.ebuild (renamed from games-fps/ezquake-bin/ezquake-bin-2.2-r1.ebuild) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-fps/ezquake-bin/ezquake-bin-2.2-r1.ebuild b/games-fps/ezquake-bin/ezquake-bin-2.2-r2.ebuild index f84c116cd555..2a31a079e3b6 100644 --- a/games-fps/ezquake-bin/ezquake-bin-2.2-r1.ebuild +++ b/games-fps/ezquake-bin/ezquake-bin-2.2-r2.ebuild @@ -26,14 +26,15 @@ RESTRICT="strip mirror" DEPEND="cdinstall? ( games-fps/quake1-data )" RDEPEND=" - ${DEPEND} - virtual/opengl - x11-libs/libXxf86dga - x11-libs/libXxf86vm + ${DEPEND} + virtual/opengl + x11-libs/libXpm + x11-libs/libXxf86dga + x11-libs/libXxf86vm " MY_DIR=opt/${PN} -QA_PREBUILT="${MY_DIR:1}/ezquake*" +QA_PREBUILT="${MY_DIR}/ezquake*" src_unpack() { unpack ${A} |