diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:47:43 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:47:43 (EST) |
commit | 8395a405ca208d43c35023850a1f0cf9a052a10a (patch) | |
tree | 6b46789c29aad18a5433eb4190d900a24413bc25 | |
parent | 2ca323c9718a274d26717910b142b1ac11747055 (diff) |
pkgconf: Fix self-dependency
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | pkgconf.pkg/control | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,7 @@ pkgconf.3 (1.7.3-1) trunk * Update Maintainer and Homepage. * libpkgconf.3, libpkgconf.3-dev: New packages. * Source package renamed to pkgconf.3. + * pkgconf: Fix self-dependency. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 21 Dec 2020 11:21:19 -0500 diff --git a/pkgconf.pkg/control b/pkgconf.pkg/control index 93ad1f9..2f77ce6 100644 --- a/pkgconf.pkg/control +++ b/pkgconf.pkg/control @@ -1,5 +1,4 @@ Architecture: any Platform: all -Depends: pkgconf (= ${Binary-Version}) Description: Compiler and linker configuration utility ${Common-Description} |