mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-02 03:37:31 -07:00
Closes: https://bugs.gentoo.org/975022 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
9 lines
249 B
Diff
9 lines
249 B
Diff
--- a/DistUtilsExtra/command/build_extra.py
|
|
+++ b/DistUtilsExtra/command/build_extra.py
|
|
@@ -53,3 +53,5 @@
|
|
self.sub_commands.insert(
|
|
0, ("build_kdeui", has_kdeui)
|
|
) # need to run before build_py
|
|
+
|
|
+build = build_extra
|