diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-26 22:38:47 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-26 22:38:47 (EDT) |
commit | 1c3905353ae67ebbd22c204be2ea28f3f6d2fe7c (patch) | |
tree | d073f61603ac7c9be1df927e73e439b7de316e15 | |
parent | db4bef7e80686c53e12e7c8d36599dd55069e72b (diff) |
Adjust cross-arch versioned dependencies.
-rw-r--r-- | gmake-doc.pkg/control | 2 | ||||
-rw-r--r-- | gmake-locales.pkg/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gmake-doc.pkg/control b/gmake-doc.pkg/control index f26ca65..0f999f8 100644 --- a/gmake-doc.pkg/control +++ b/gmake-doc.pkg/control @@ -1,5 +1,5 @@ Architecture: all Platform: all -Depends: gmake (= ${Binary-Version}) +Depends: gmake (>= ${Source-Version}) Description: GNU make documentation. ${Common-Description} diff --git a/gmake-locales.pkg/control b/gmake-locales.pkg/control index d4491ee..6ce0b76 100644 --- a/gmake-locales.pkg/control +++ b/gmake-locales.pkg/control @@ -1,5 +1,5 @@ Architecture: all Platform: all -Depends: gmake (= ${Binary-Version}) +Depends: gmake (>= ${Source-Version}) Description: GNU make locale packages. ${Common-Description} |