diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-02-13 15:08:30 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-02-13 19:29:23 -0500 |
commit | aea898f9fb3e0bfa1f6fc10c505e39a1a6ec393f (patch) | |
tree | 7c258d9fddc79ddd0ad9cc8e8c596c24722c14a0 /net-misc | |
parent | net-analyzer/sslsplit: adjust libevent dependency (diff) | |
download | gentoo-aea898f9fb3e0bfa1f6fc10c505e39a1a6ec393f.tar.gz gentoo-aea898f9fb3e0bfa1f6fc10c505e39a1a6ec393f.tar.bz2 gentoo-aea898f9fb3e0bfa1f6fc10c505e39a1a6ec393f.zip |
net-misc/apt-cacher-ng: adjust libevent dependency
Bug: https://bugs.gentoo.org/869722
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild (renamed from net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild index 290c31128e2b..93003c161282 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.7.4_p1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ IUSE="doc fuse systemd tcpd" DEPEND="acct-user/apt-cacher-ng acct-group/apt-cacher-ng app-arch/bzip2 - dev-libs/libevent:=[threads] + dev-libs/libevent:=[threads(+)] dev-libs/openssl:0= net-dns/c-ares:= sys-libs/zlib diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild index 317ac95f9c39..c68f0b584466 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ IUSE="doc fuse systemd tcpd" DEPEND="acct-user/apt-cacher-ng acct-group/apt-cacher-ng app-arch/bzip2 - dev-libs/libevent:=[threads] + dev-libs/libevent:=[threads(+)] dev-libs/openssl:0= sys-libs/zlib fuse? ( sys-fs/fuse:0 ) |