kde-apps/ark: Add app-arch/p7zip to pkg_postinst info
authorJohannes Huber <johu@gentoo.org>
Tue, 26 Apr 2016 11:26:46 +0000 (13:26 +0200)
committerJohannes Huber <johu@gentoo.org>
Tue, 26 Apr 2016 11:27:01 +0000 (13:27 +0200)
Gentoo-bug: 580716

Package-Manager: portage-2.2.28

kde-apps/ark/ark-15.12.3.ebuild

index bef7210317799e21886f2707131d8f041658c1f2..ffeb3127897ee225b1f254542d9679741d908b19 100644 (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
 }