Skip to content

Commit

Permalink
emulators/higan: don't depend on p7zip
Browse files Browse the repository at this point in the history
Dependency on p7zip was a workaround, it is not needed anymore.

PR:		260866
Tested by:	maintainer
  • Loading branch information
MaxBrazhnikov committed Jan 3, 2022
1 parent 8400315 commit d4287c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/higan/Makefile
Expand Up @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2

USES= 7z:p7zip compiler:c++14-lang gettext gmake gnome pkgconfig xorg
USES= 7z compiler:c++14-lang gettext gmake gnome pkgconfig xorg
USE_GNOME= cairo gdkpixbuf2 gtk20 gtksourceview2
USE_XORG= x11 xext
USE_CSTD= c99
Expand Down

0 comments on commit d4287c9

Please sign in to comment.