diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 03:56:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 03:56:25 (EDT) |
commit | ea6d14ec20846a7bca4eb3c21093165c50e1523b (patch) | |
tree | 5b23f818c3ca3920a838129889045319591757c5 /opkg-gpg.pkg/control | |
parent | 890aeb5a5c764a7352f3680665955e6f9ae5b3c4 (diff) |
opkg, opkg-gpg: Depend on ${Shlib-Depends}
Diffstat (limited to 'opkg-gpg.pkg/control')
-rw-r--r-- | opkg-gpg.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opkg-gpg.pkg/control b/opkg-gpg.pkg/control index 80613a8..d14d076 100644 --- a/opkg-gpg.pkg/control +++ b/opkg-gpg.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: opkg-common (= ${Binary-Version}) +Depends: opkg-common (= ${Binary-Version}), ${Shlib-Depends} Description: Open PacKaGe Management with signature checking ${Common-Description} . |