Commit cf71cf4c authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Tests] gcc-multilib does not exist on ppc64el

We have a hard dependency on gcc-multilib which is not available on
ppc64el.  Drop this dependancy by making it arch conditional.

BugLink: http://bugs.launchpad.net/bugs/1515541Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 4c734a74
......@@ -3,5 +3,5 @@ Depends: @builddeps@, fakeroot
Restrictions: allow-stderr
Tests: ubuntu-regression-suite
Depends: build-essential, gcc-multilib, gdb, git, bzr
Depends: build-essential, gcc-multilib [!ppc64el], gdb, git, bzr
Restrictions: allow-stderr, isolation-machine, breaks-testbed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment