diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-23 21:54:32 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-23 21:54:32 (EDT) |
commit | 556fffa2de97ca2cdee080a5d5251a667ed68c67 (patch) | |
tree | b957dd7302dbb346a89fe4c8eabd549b54ae72fb /linux-libc-dev.pkg/control | |
parent | 28adc6fa05cd1f2d4bee4c202d96538925810486 (diff) |
Use ${Source-Version} in cross-arch dependencies
Diffstat (limited to 'linux-libc-dev.pkg/control')
-rw-r--r-- | linux-libc-dev.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-libc-dev.pkg/control b/linux-libc-dev.pkg/control index 0ff241b..647ad47 100644 --- a/linux-libc-dev.pkg/control +++ b/linux-libc-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any-linux-any Platform: all -Depends: linux-common (= ${Binary-Version}) +Depends: linux-common (>= ${Source-Version}) Description: Linux support headers for userspace development This package provides headers that define interfaces for userspace libraries and programs. These headers are used by BusyBox and the C library, for |