commit: 44651e807038a0f07bd9def7d0de4fe3e6b46a1f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 21:26:31 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 21:26:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=44651e80
kde-apps/ark: Update post install message
Package-Manager: portage-2.2.27
kde-apps/ark/ark-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild
index d9fa361..b00648e 100644
--- a/kde-apps/ark/ark-9999.ebuild
+++ b/kde-apps/ark/ark-9999.ebuild
@@ -54,7 +54,7 @@ src_configure() {
pkg_postinst() {
kde5_pkg_postinst
- if ! has_version app-arch/rar ; then
- elog "For creating rar archives, install app-arch/rar"
+ if ! has_version app-arch/unar ; then
+ elog "For handling rar archives, install app-arch/unar"
fi
}