diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-06-28 18:12:02 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-06-28 18:12:02 +0200 |
commit | 79d947f483ade1d25f134c2ecae606ffd97f4556 (patch) | |
tree | 647ed70c3b7bebdc0d615d1e0db2c48096c51e04 | |
parent | app-emacs/ebuild-mode: Update site-init file (diff) | |
download | emacs-79d947f483ade1d25f134c2ecae606ffd97f4556.tar.gz emacs-79d947f483ade1d25f134c2ecae606ffd97f4556.tar.bz2 emacs-79d947f483ade1d25f134c2ecae606ffd97f4556.zip |
app-emacs/ebuild-mode: Add an optfeature message
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild index 1bec4c2..b4eb86c 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,5 +27,6 @@ pkg_postinst() { optfeature "ebuild commands support" sys-apps/portage optfeature "additional development tools" dev-util/pkgdev optfeature "ebuild QA utilities" dev-util/pkgcheck + optfeature "XML syntax validation" app-emacs/nxml-gentoo-schemas optfeature "generating HTML from GLEPs" dev-python/docutils-glep } |