summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-26 13:26:46 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-26 13:27:01 +0200
commitf81140ae3af6d3c60f458398d5d6f1d61e83e2b2 (patch)
treeddeec4cc81c874faa1ba3a3de281bcc721ccf299 /kde-apps
parentnet-analyzer/wireshark: amd64 stable wrt bug #580882 (diff)
downloadgentoo-f81140ae3af6d3c60f458398d5d6f1d61e83e2b2.tar.gz
gentoo-f81140ae3af6d3c60f458398d5d6f1d61e83e2b2.tar.bz2
gentoo-f81140ae3af6d3c60f458398d5d6f1d61e83e2b2.zip
kde-apps/ark: Add app-arch/p7zip to pkg_postinst info
Gentoo-bug: 580716 Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/ark/ark-15.12.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/kde-apps/ark/ark-15.12.3.ebuild b/kde-apps/ark/ark-15.12.3.ebuild
index bef721031779..ffeb3127897e 100644
--- a/kde-apps/ark/ark-15.12.3.ebuild
+++ b/kde-apps/ark/ark-15.12.3.ebuild
@@ -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
}