kde-apps/ark: Add app-arch/p7zip to pkg_postinst info

Gentoo-bug: 580716

Package-Manager: portage-2.2.28
This commit is contained in:
Johannes Huber
2016-04-26 13:26:46 +02:00
parent a3da459de0
commit f81140ae3a

View File

@@ -11,7 +11,7 @@ inherit kde5
DESCRIPTION="KDE Archiving tool"
HOMEPAGE="https://www.kde.org/applications/utilities/ark
https://utils.kde.org/projects/ark"
KEYWORDS=" ~amd64 ~x86"
KEYWORDS="~amd64 ~x86"
IUSE="bzip2 lzma zlib"
RDEPEND="
@@ -56,4 +56,8 @@ pkg_postinst() {
if ! has_version app-arch/rar ; then
elog "For creating rar archives, install app-arch/rar"
fi
if ! has_version app-arch/p7zip ; then
elog "For handling 7-Zip archives, install app-arch/p7zip"
fi
}