commit: 5414b33db60e7cab75f9f198009ecd4c274fbdce
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 12:19:20 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 12:22:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5414b33d
app-text/dictd: add missing call to readme.gentoo_print_elog in pkg_postinst
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/dictd/dictd-1.13.0-r7.ebuild | 1 +
app-text/dictd/dictd-1.13.0-r8.ebuild | 1 +
app-text/dictd/dictd-1.13.1.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/app-text/dictd/dictd-1.13.0-r7.ebuild
b/app-text/dictd/dictd-1.13.0-r7.ebuild
index 92b0cb5bd7c5..b599d0c715ee 100644
--- a/app-text/dictd/dictd-1.13.0-r7.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r7.ebuild
@@ -121,6 +121,7 @@ src_install() {
}
pkg_postinst() {
+ readme.gentoo_print_elog
if has_version sys-apps/systemd; then
ewarn "The default location for dicts has changed! If you've
modified your"
ewarn "systemd units locally to point into /usr/lib/dict,
please update it"
diff --git a/app-text/dictd/dictd-1.13.0-r8.ebuild
b/app-text/dictd/dictd-1.13.0-r8.ebuild
index 7e2ec11bfbac..fcb90d14d7c8 100644
--- a/app-text/dictd/dictd-1.13.0-r8.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r8.ebuild
@@ -124,6 +124,7 @@ src_install() {
}
pkg_postinst() {
+ readme.gentoo_print_elog
if has_version sys-apps/systemd; then
ewarn "The default location for dicts has changed! If you've
modified your"
ewarn "systemd units locally to point into /usr/lib/dict,
please update it"
diff --git a/app-text/dictd/dictd-1.13.1.ebuild
b/app-text/dictd/dictd-1.13.1.ebuild
index 72344073f076..f184ca8dfecd 100644
--- a/app-text/dictd/dictd-1.13.1.ebuild
+++ b/app-text/dictd/dictd-1.13.1.ebuild
@@ -122,6 +122,7 @@ src_install() {
}
pkg_postinst() {
+ readme.gentoo_print_elog
if has_version sys-apps/systemd; then
ewarn "The default location for dicts has changed! If you've
modified your"
ewarn "systemd units locally to point into /usr/lib/dict,
please update it"