diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-14 19:56:59 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-14 19:57:47 +0100 |
| commit | 70e400cf0328703b8b7397feb0d0b99d2d1f4e05 (patch) | |
| tree | 1534626c315c7ce2a7899576643733795129121c | |
| parent | 71dfe88df00189594e453e5cf04de9fc756ddf2b (diff) | |
| download | kde-70e400cf0328703b8b7397feb0d0b99d2d1f4e05.tar.gz kde-70e400cf0328703b8b7397feb0d0b99d2d1f4e05.tar.bz2 kde-70e400cf0328703b8b7397feb0d0b99d2d1f4e05.zip | |
kde-apps/ark: Add lrz postinst info, libarchive subslot operator
Package-Manager: portage-2.3.0
| -rw-r--r-- | kde-apps/ark/ark-16.12.49.9999.ebuild | 6 | ||||
| -rw-r--r-- | kde-apps/ark/ark-9999.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/kde-apps/ark/ark-16.12.49.9999.ebuild b/kde-apps/ark/ark-16.12.49.9999.ebuild index 4a1fb5fc7a2..909c507c648 100644 --- a/kde-apps/ark/ark-16.12.49.9999.ebuild +++ b/kde-apps/ark/ark-16.12.49.9999.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - >=app-arch/libarchive-3.1.0[bzip2?,lzma?,zlib?] + app-arch/libarchive:=[bzip2?,lzma?,zlib?] " DEPEND="${RDEPEND} $(add_qt_dep qtconcurrent) @@ -65,4 +65,8 @@ pkg_postinst() { if ! has_version app-arch/p7zip ; then elog "For handling 7-Zip archives, install app-arch/p7zip" fi + + if ! has_version app-arch/lrzip ; then + elog "For handling lrz archives, install app-arch/lrzip" + fi } diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 26a8fef83fb..fd8869dfa7a 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -36,7 +36,7 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) - >=app-arch/libarchive-3.1.0[bzip2?,lzma?,zlib?] + app-arch/libarchive:=[bzip2?,lzma?,zlib?] " DEPEND="${RDEPEND} $(add_qt_dep qtconcurrent) @@ -66,4 +66,8 @@ pkg_postinst() { if ! has_version app-arch/p7zip ; then elog "For handling 7-Zip archives, install app-arch/p7zip" fi + + if ! has_version app-arch/lrzip ; then + elog "For handling lrz archives, install app-arch/lrzip" + fi } |
