commit: 79d947f483ade1d25f134c2ecae606ffd97f4556
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 16:12:02 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 16:12:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=79d947f4
app-emacs/ebuild-mode: Add an optfeature message
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
}