Skip to content

Commit

Permalink
gui-wm/hikari: fix {PV} -> ${PV} typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 25, 2021
1 parent 893ef30 commit ffe3fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui-wm/hikari/hikari-2.2.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pkg_setup() {

src_compile() {
emake \
VERSION="{PV}" \
VERSION="${PV}" \
CC="$(tc-getCC)" \
CFLAGS_EXTRA="${CFLAGS}" \
LDFLAGS_EXTRA="${LDFLAGS}" \
Expand Down

0 comments on commit ffe3fa3

Please sign in to comment.