summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-01 22:44:17 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-01 22:49:08 +0100
commit8a2eeb2817801da65ef267eb67d44e6b9cd88491 (patch)
tree2cd7ebbffc07706ed203b31eae736ec183edfacd
parentsys-kernel/gentoo-kernel-bin: Bump to 5.8.13 (diff)
downloadgentoo-8a2eeb28.tar.gz
gentoo-8a2eeb28.tar.bz2
gentoo-8a2eeb28.zip
dev-util/rr: bind to library subslots
Reported-by: Kent Fredric Closes: https://bugs.gentoo.org/745801 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-util/rr/rr-5.3.0-r2.ebuild (renamed from dev-util/rr/rr-5.3.0-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rr/rr-5.3.0-r1.ebuild b/dev-util/rr/rr-5.3.0-r2.ebuild
index 792f4f9768e2..a6c39d9625b4 100644
--- a/dev-util/rr/rr-5.3.0-r1.ebuild
+++ b/dev-util/rr/rr-5.3.0-r2.ebuild
@@ -19,8 +19,8 @@ IUSE="multilib test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
- sys-libs/zlib
- dev-libs/capnproto
+ sys-libs/zlib:=
+ dev-libs/capnproto:=
${PYTHON_DEPS}"
RDEPEND="${DEPEND}
sys-devel/gdb[xml]"