commit: 9ad092b8ab0336bb25931d57199a5e6f167e4a9d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:08:56 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 18:55:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad092b8
x11-misc/obmenu-generator: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-misc/obmenu-generator/obmenu-generator-0.88.ebuild | 4 ++--
x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-misc/obmenu-generator/obmenu-generator-0.88.ebuild
b/x11-misc/obmenu-generator/obmenu-generator-0.88.ebuild
index c745957dbfb..beef72cf397 100644
--- a/x11-misc/obmenu-generator/obmenu-generator-0.88.ebuild
+++ b/x11-misc/obmenu-generator/obmenu-generator-0.88.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,7 +30,7 @@ src_install() {
}
pkg_postinst() {
- elog "For icon (-i) functionality, install:"
+ optfeature_header "For icon (-i) functionality, install:"
optfeature "support via gtk+:2 (default)" dev-perl/Gtk2
optfeature "support via gtk+:3 (enabled via config)" dev-perl/Gtk3
}
diff --git a/x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild
b/x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild
index a6fc9b2b7e4..beef72cf397 100644
--- a/x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild
+++ b/x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild
@@ -30,7 +30,7 @@ src_install() {
}
pkg_postinst() {
- elog "For icon (-i) functionality, install:"
+ optfeature_header "For icon (-i) functionality, install:"
optfeature "support via gtk+:2 (default)" dev-perl/Gtk2
optfeature "support via gtk+:3 (enabled via config)" dev-perl/Gtk3
}