Skip to content

Commit

Permalink
kde-apps/ark: fix app-arch/libarchive dep.
Browse files Browse the repository at this point in the history
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find LibArchive: Found unsuitable version "3.1.2", but required
  is at least "3.2.0" (found /usr/lib64/libarchive.so)

Package-Manager: portage-2.3.6
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed May 27, 2017
1 parent dd736fc commit 117b5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kde-apps/ark/ark-17.04.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RDEPEND="
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
app-arch/libarchive:=[bzip2?,lzma?,zlib?]
>=app-arch/libarchive-3.2.0:=[bzip2?,lzma?,zlib?]
zip? ( >=dev-libs/libzip-1.2.0:= )
"
DEPEND="${RDEPEND}
Expand Down

0 comments on commit 117b5fb

Please sign in to comment.