diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-08-18 13:51:15 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-08-19 12:02:08 +0200 |
commit | f0eeb1bebea041aca6565f2893e0c5f423fffb90 (patch) | |
tree | 533619177fba9c5390f4203f908efb45a6f040e6 /games-emulation | |
parent | net-misc/nextcloud-client: 3.0.0 bump (diff) | |
download | gentoo-f0eeb1bebea041aca6565f2893e0c5f423fffb90.tar.gz gentoo-f0eeb1bebea041aca6565f2893e0c5f423fffb90.tar.bz2 gentoo-f0eeb1bebea041aca6565f2893e0c5f423fffb90.zip |
games-emulation/dosbox-staging: add missing dep
also fix dekstop file to adhere to theme specs
Closes: https://bugs.gentoo.org/733314
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/17158
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox-staging/dosbox-staging-0.75.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.75.0.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.75.0.ebuild index fb71bdee846b..45521a91d417 100644 --- a/games-emulation/dosbox-staging/dosbox-staging-0.75.0.ebuild +++ b/games-emulation/dosbox-staging/dosbox-staging-0.75.0.ebuild @@ -16,7 +16,7 @@ IUSE="alsa debug dynrec opengl opus" RDEPEND="alsa? ( media-libs/alsa-lib ) debug? ( sys-libs/ncurses:0= ) opengl? ( virtual/opengl ) - opus? ( media-libs/opus ) + opus? ( media-libs/opusfile ) media-libs/libpng:0= media-libs/libsdl2[joystick,opengl?,video,X] media-libs/sdl-net @@ -43,5 +43,5 @@ src_configure() { src_install() { default doicon contrib/icons/${PN}.svg - make_desktop_entry dosbox DOSBox-staging ${PN}.svg + make_desktop_entry dosbox DOSBox-staging ${PN} } |