commit: b1ef16620e1dd3cad0591c822d5125e9b184e6f2
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 20:18:26 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 23:58:39 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ef1662
dev-games/godot: use branding.eclass
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-games/godot/godot-4.3-r1.ebuild | 4 ++--
dev-games/godot/godot-4.4.1-r1.ebuild | 4 ++--
dev-games/godot/godot-4.5.1.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-games/godot/godot-4.3-r1.ebuild
b/dev-games/godot/godot-4.3-r1.ebuild
index 10d95395617d..fed635e5cd8d 100644
--- a/dev-games/godot/godot-4.3-r1.ebuild
+++ b/dev-games/godot/godot-4.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
-inherit desktop python-any-r1 flag-o-matic scons-utils
+inherit branding desktop python-any-r1 flag-o-matic scons-utils
inherit shell-completion toolchain-funcs xdg
DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
@@ -114,7 +114,7 @@ src_prepare() {
}
src_compile() {
- local -x BUILD_NAME=gentoo # replaces "custom_build" in version string
+ local -x BUILD_NAME=${BRANDING_OS_ID} # replaces "custom_build" in
version
filter-lto #921017
diff --git a/dev-games/godot/godot-4.4.1-r1.ebuild
b/dev-games/godot/godot-4.4.1-r1.ebuild
index 003286204a44..651b75ae9dfd 100644
--- a/dev-games/godot/godot-4.4.1-r1.ebuild
+++ b/dev-games/godot/godot-4.4.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
-inherit desktop python-any-r1 flag-o-matic scons-utils
+inherit branding desktop python-any-r1 flag-o-matic scons-utils
inherit shell-completion toolchain-funcs xdg
DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
@@ -112,7 +112,7 @@ src_prepare() {
}
src_compile() {
- local -x BUILD_NAME=gentoo # replaces "custom_build" in version string
+ local -x BUILD_NAME=${BRANDING_OS_ID} # replaces "custom_build" in
version
filter-lto #921017
diff --git a/dev-games/godot/godot-4.5.1.ebuild
b/dev-games/godot/godot-4.5.1.ebuild
index 6032dde03c92..27ca2f8e4ea3 100644
--- a/dev-games/godot/godot-4.5.1.ebuild
+++ b/dev-games/godot/godot-4.5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
-inherit desktop python-any-r1 flag-o-matic scons-utils
+inherit branding desktop python-any-r1 flag-o-matic scons-utils
inherit shell-completion toolchain-funcs xdg
DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
@@ -117,7 +117,7 @@ src_prepare() {
}
src_compile() {
- local -x BUILD_NAME=gentoo # replaces "custom_build" in version string
+ local -x BUILD_NAME=${BRANDING_OS_ID} # replaces "custom_build" in
version
filter-lto #921017