commit: 1adeb1e39c7ff8ff33f82ec39ab8fa237d5ff35c Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 20:05:21 2021 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 20:05:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adeb1e3
net-misc/apt-cacher-ng: add libevent[threads] usedep Closes: https://bugs.gentoo.org/806956 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> .../{apt-cacher-ng-3.6.3_p1.ebuild => apt-cacher-ng-3.6.3_p1-r1.ebuild} | 2 +- net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild similarity index 98% rename from net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1.ebuild rename to net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild index ce6af89f9fa..4dd1587fad7 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild @@ -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:= + dev-libs/libevent:=[threads] dev-libs/openssl:0= sys-libs/zlib fuse? ( sys-fs/fuse:0 ) 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 eeecc4fa1d9..c69b956cb3c 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-9999.ebuild @@ -18,7 +18,7 @@ IUSE="doc fuse tcpd" DEPEND="acct-user/apt-cacher-ng acct-group/apt-cacher-ng app-arch/bzip2 - dev-libs/libevent:= + dev-libs/libevent:=[threads] dev-libs/openssl:0= sys-libs/zlib fuse? ( sys-fs/fuse:0 )
