From 92304109b6f62d68ff5e4c8ebc96676eabb90554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 8 Oct 2016 15:45:43 +0200 Subject: [PATCH] packetdrill: drop secondary arch. --- net-misc/packetdrill/packetdrill-20160707.recipe | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net-misc/packetdrill/packetdrill-20160707.recipe b/net-misc/packetdrill/packetdrill-20160707.recipe index 050b1cb55..ad086d925 100644 --- a/net-misc/packetdrill/packetdrill-20160707.recipe +++ b/net-misc/packetdrill/packetdrill-20160707.recipe @@ -15,26 +15,25 @@ SOURCE_DIR="packetdrill-$srcGitRev" PATCHES="packetdrill-$portVersion.patchset" ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="?x86 ?x86_gcc2" PROVIDES=" - packetdrill$secondaryArchSuffix = $portVersion + packetdrill = $portVersion cmd:checksum_test cmd:packet_parser_test cmd:packet_to_string_test cmd:packetdrill " REQUIRES=" - haiku$secondaryArchSuffix + haiku lib:libpcap " BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel + haiku_devel devel:libpcap " BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix + cmd:gcc cmd:make "