diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-15 14:35:30 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-15 14:35:30 +0200 |
commit | 9a8e5c94ba8011a483a78809302c1494cacf014e (patch) | |
tree | 8f217913ca583d03851612a470c4db86a7aa6d01 /games-emulation | |
parent | media-gfx/qview: revert previous commit (diff) | |
download | guru-9a8e5c94ba8011a483a78809302c1494cacf014e.tar.gz guru-9a8e5c94ba8011a483a78809302c1494cacf014e.tar.bz2 guru-9a8e5c94ba8011a483a78809302c1494cacf014e.zip |
games-emulation/np2kai: QA fixes, to make repoman happy
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/np2kai/np2kai-22.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/np2kai/np2kai-22.ebuild b/games-emulation/np2kai/np2kai-22.ebuild index 0220e96d1..22a7116ff 100644 --- a/games-emulation/np2kai/np2kai-22.ebuild +++ b/games-emulation/np2kai/np2kai-22.ebuild @@ -26,7 +26,7 @@ DEPEND="sys-libs/glibc media-libs/libsdl2 !sdl? ( media-libs/sdl2-mixer ) media-libs/sdl2-ttf - virtual/libusb + virtual/libusb:1 x11-base/xorg-server x11-libs/gtk+:2" @@ -38,7 +38,7 @@ BDEPEND="sys-devel/gcc S=${WORKDIR}/NP2kai-rev.${PV}/x11 src_configure() { - bash ${S}/autogen.sh + bash "${S}/autogen.sh" sdlconf=$(usex sdl "--enable-sdl --enable-sdlmixer --enable-sdlttf --disable-sdl2 --disable-sdl2mixer --disable-sdl2ttf" \ "--enable-sdl2 --enable-sdl2mixer --enable-sdl2ttf @@ -51,7 +51,7 @@ src_configure() { } pkg_postinst() { - if [ "${features}" = "--enable-build-all" ] ; then + if [ "${features}" = "--enable-build-all" ] ; then cfgname="{xnp2kai, xnp21kai}" elif ! use ia32 && ! use haxm ; then cfgname="xnp2kai" |