Skip to content

Commit

Permalink
x11-wm/awesome: restrict to lua<=5.3
Browse files Browse the repository at this point in the history
Upstream already merged support for lua-5.4, so the added restriction
can be removed once awesome gets a new release.

PR:		220281
  • Loading branch information
tcberner committed Sep 24, 2022
1 parent 62148c8 commit 1ea13e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11-wm/awesome/Makefile
Expand Up @@ -27,7 +27,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \

CONFLICTS_INSTALL= awesome3

USES= cmake compiler:c11 gettext gnome iconv magick:build pkgconfig lua \
USES= cmake compiler:c11 gettext gnome iconv magick:build pkgconfig lua:-53 \
shebangfix xorg
USE_GNOME= glib20 pango gdkpixbuf2 librsvg2
USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \
Expand Down

0 comments on commit 1ea13e3

Please sign in to comment.