diff --git a/app-arch/xz_utils/xz_utils-5.0.5.recipe b/app-arch/xz_utils/xz_utils-5.0.5.recipe index 0e86ee2a8..a8541e93d 100644 --- a/app-arch/xz_utils/xz_utils-5.0.5.recipe +++ b/app-arch/xz_utils/xz_utils-5.0.5.recipe @@ -21,7 +21,7 @@ LICENSE="GNU LGPL v2.1 GNU GPL v2 GNU GPL v3" COPYRIGHT="2005-2013 Lasse Collin" -REVISION="2" +REVISION="3" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building @@ -85,11 +85,13 @@ BUILD_PREREQUIRES=" " PROVIDES_devel=" + xz_utils${secondaryArchSuffix}_devel = $portVersion compat >= 5 devel:liblzma$secondaryArchSuffix = $portVersion compat >= 5 " REQUIRES_devel=" haiku${secondaryArchSuffix}_devel >= $haikuVersion + xz_utils$secondaryArchSuffix == $portVersion base " BUILD()