diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 23:32:59 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 23:32:59 (EDT) |
commit | a9713ca004db050935add6a2914a028e6f006f56 (patch) | |
tree | 575f0af4ae893105dc2ef976734bd829165e5d5b | |
parent | b7eb8e209b4d3b8e50971089e9786996d3bf9762 (diff) |
gawk-doc, gawk-locale: Loosen cross-arch version restrictions
-rw-r--r-- | gawk-doc.pkg/control | 2 | ||||
-rw-r--r-- | gawk-locale.pkg/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gawk-doc.pkg/control b/gawk-doc.pkg/control index c4c5a17..c60ed27 100644 --- a/gawk-doc.pkg/control +++ b/gawk-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: gawk (= ${Binary-Version}) +Depends: gawk (>= ${Source-Version}) Description: GNU Awk, a pattern scanning and processing language - documentation ${Common-Description} . diff --git a/gawk-locale.pkg/control b/gawk-locale.pkg/control index 8eb650f..c44bba4 100644 --- a/gawk-locale.pkg/control +++ b/gawk-locale.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: gawk (= ${Binary-Version}) +Depends: gawk (>= ${Source-Version}) Description: GNU Awk, a pattern scanning and processing language - locales ${Common-Description} . |