mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user