diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-04-24 06:46:32 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-04-24 06:46:50 +0200 |
commit | 6248585ca8a1cbf7e772e27334f6137995d81fed (patch) | |
tree | 4c139238d846a2d3682e945673e08103d7c58bc6 /net-misc/apt-cacher-ng | |
parent | net-misc/dropbox-cli: fix installing bash-completion file (diff) | |
download | gentoo-6248585ca8a1cbf7e772e27334f6137995d81fed.tar.gz gentoo-6248585ca8a1cbf7e772e27334f6137995d81fed.tar.bz2 gentoo-6248585ca8a1cbf7e772e27334f6137995d81fed.zip |
net-misc/apt-cacher-ng: Depend on dev-libs/libevent
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/show_bug.cgi?id=719116
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/apt-cacher-ng')
4 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild index 0b5dc00272ba..4061fff1f9ca 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.3.1_p2.ebuild @@ -22,6 +22,7 @@ IUSE="doc fuse systemd tcpd" COMMON_DEPEND=" app-arch/bzip2 app-arch/xz-utils + dev-libs/libevent:= dev-libs/openssl:0= sys-libs/zlib systemd? ( diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.4_p1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.4_p1.ebuild index 0b5dc00272ba..4061fff1f9ca 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.4_p1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.4_p1.ebuild @@ -22,6 +22,7 @@ IUSE="doc fuse systemd tcpd" COMMON_DEPEND=" app-arch/bzip2 app-arch/xz-utils + dev-libs/libevent:= dev-libs/openssl:0= sys-libs/zlib systemd? ( diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1.ebuild index 0b5dc00272ba..4061fff1f9ca 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1.ebuild @@ -22,6 +22,7 @@ IUSE="doc fuse systemd tcpd" COMMON_DEPEND=" app-arch/bzip2 app-arch/xz-utils + dev-libs/libevent:= dev-libs/openssl:0= sys-libs/zlib systemd? ( diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild index 25cdda30a1e1..402b95991acf 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild @@ -20,6 +20,7 @@ IUSE="doc fuse systemd tcpd" COMMON_DEPEND=" app-arch/bzip2 app-arch/xz-utils + dev-libs/libevent:= dev-libs/openssl:0= sys-libs/zlib systemd? ( |