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/ebump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebump') diff --git a/bin/ebump b/bin/ebump index 25e9a7c..dc045e7 100755 --- a/bin/ebump +++ b/bin/ebump @@ -12,7 +12,7 @@ __description__="Ebuild version bumping tool" # a given ebuild and auxiliary files in the Portage tree. It is only # useful for Gentoo developers with CVS commit access. -VERSION="git" +VERSION="@VERSION@" die() { echo $1 >&2 -- cgit v1.2.3