diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2023-04-05 14:30:32 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2023-04-05 14:31:09 -0700 |
commit | d40dc8c80e905355b57490c5567176963ee4d477 (patch) | |
tree | fecdee3d8a6bd1cf3782bc2b3aff60756318664d /dev-util | |
parent | net-p2p/syncthing: add 1.23.4 (diff) | |
download | gentoo-d40dc8c80e905355b57490c5567176963ee4d477.tar.gz gentoo-d40dc8c80e905355b57490c5567176963ee4d477.tar.bz2 gentoo-d40dc8c80e905355b57490c5567176963ee4d477.zip |
dev-util/bcc: Add dep on app-arch/zip to 0.27.0 (bug #903770)
Closes: https://bugs.gentoo.org/903770
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bcc/bcc-0.27.0-r1.ebuild (renamed from dev-util/bcc/bcc-0.27.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/bcc/bcc-0.27.0.ebuild b/dev-util/bcc/bcc-0.27.0-r1.ebuild index 88c61b466164..002081eb2483 100644 --- a/dev-util/bcc/bcc-0.27.0.ebuild +++ b/dev-util/bcc/bcc-0.27.0-r1.ebuild @@ -47,6 +47,7 @@ DEPEND=" ) " BDEPEND=" + app-arch/zip virtual/pkgconfig " |