diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ebuild-mode-keywords.el | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2023-09-12 Ulrich Müller <ulm@gentoo.org> + + * ebuild-mode-keywords.el (ebuild-mode-keywords-eclass): + Regenerated. + 2023-09-04 Ulrich Müller <ulm@gentoo.org> * ebuild-mode.el (ebuild-mode-insert-tag-line): Make it work when diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el index 940a255..6c86d19 100644 --- a/ebuild-mode-keywords.el +++ b/ebuild-mode-keywords.el @@ -619,7 +619,8 @@ "qt_use_compile_test" "qt_use_disable_config" "qt_use_disable_mod" ;; qt6-build "qt6-build_src_configure" "qt6-build_src_install" "qt6-build_src_prepare" - "qt6_symlink_binary_to_path" "qt_feature" + "qt6-build_src_test" "qt6-build_src_unpack" "qt6_symlink_binary_to_path" + "qt_feature" ;; readme.gentoo-r1 "readme.gentoo_create_doc" "readme.gentoo_print_elog" ;; rebar |