commit: 250b6c18b161f3ae5263a946de34e70cd7d6afc5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 10 13:46:34 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 10 13:55:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250b6c18
games-fps/ezquake-bin: add missing x11-libs/libXpm dep Closes: https://bugs.gentoo.org/750329 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{ezquake-bin-2.2-r1.ebuild => ezquake-bin-2.2-r2.ebuild} | 11 ++++++----- 1 file 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 similarity index 93% rename from games-fps/ezquake-bin/ezquake-bin-2.2-r1.ebuild rename to games-fps/ezquake-bin/ezquake-bin-2.2-r2.ebuild index f84c116cd55..2a31a079e3b 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}
