summaryrefslogtreecommitdiffstats
path: root/linux-libc-dev.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-30 02:07:27 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-30 02:07:27 (EDT)
commit6ea4c7bc5efe84e3534e50f3c8908678e067595b (patch)
tree8867395343f293f7c5888b86ad504258bef99dbf /linux-libc-dev.pkg
parentb8850baf04a741ee83182498f5353752c8751282 (diff)
linux-image, linux-libc-dev, linux-sysmap: Tighten arch:all versioned dep
Diffstat (limited to 'linux-libc-dev.pkg')
-rw-r--r--linux-libc-dev.pkg/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-libc-dev.pkg/control b/linux-libc-dev.pkg/control
index 647ad47..7ffb119 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 (>= ${Source-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