From 78c8fbe8a35cd2926f37f21235c5d8b587efae46 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 8 Oct 2023 21:57:02 -0700 Subject: Migrate to PEP517 meson-python build Bug: https://bugs.gentoo.org/909888 Signed-off-by: Zac Medico Closes: https://github.com/gentoo/gentoolkit/pull/36 Signed-off-by: Sam James --- bin/euse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/euse') diff --git a/bin/euse b/bin/euse index daffd66..f15a36c 100755 --- a/bin/euse +++ b/bin/euse @@ -8,7 +8,7 @@ set -f # Licensed under the GPL v2 PROGRAM_NAME=euse -VERSION="git" +VERSION="@VERSION@" EPREFIX=${EPREFIX:-$(portageq envvar EPREFIX)} ETC="${EPREFIX}/etc" -- cgit v1.2.3