diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-07 19:48:27 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-07 19:48:27 (EDT) |
commit | 9977f6dbff20a428882ea5c9fa3a447ccf6c309b (patch) | |
tree | 453ad1470c914482789328dba90b02b5dbc151dd | |
parent | 1a1f44d51ccef7fc5436127725728d4700634c21 (diff) |
flashrom-internal: Make arch:all dep strictly equal to version
-rw-r--r-- | flashrom-internal.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom-internal.pkg/control b/flashrom-internal.pkg/control index 97ff85c..37b0040 100644 --- a/flashrom-internal.pkg/control +++ b/flashrom-internal.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: flashrom-common (>= ${Source-Version}), ${Shlib-Depends} +Depends: flashrom-common (= ${Source-Version}), ${Shlib-Depends} Description: Utility to program flash chips - internal programmer ${Common-Description} . |