libtorrent: fix PROVIDES_devel on 2nd arch.

This commit is contained in:
fbrosson
2018-02-20 06:06:12 +00:00
parent c0f3112acb
commit bc9c574f1b

View File

@@ -4,7 +4,7 @@ with the goals of being efficient and easy to use."
HOMEPAGE="http://libtorrent.rakshasa.no/"
COPYRIGHT="2005-2016 Jari Sundell"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/rakshasa/libtorrent/archive/$portVersion.zip"
CHECKSUM_SHA256="6841043785e0800cc6a7d8f9a1d213495946e3103c2557aaba63fcd78d7b2597"
@@ -29,8 +29,8 @@ PROVIDES_devel="
REQUIRES_devel="
haiku${secondaryArchSuffix}_devel
libtorrent$secondaryArchSuffix == $portVersion base
cmd:pkg_config$secondaryArchSuffix_devel
cmd:gettext$secondaryArchSuffix_devel
cmd:pkg_config$secondaryArchSuffix
cmd:gettext$secondaryArchSuffix
devel:libcppunit$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"