dev-libs/avro-c: add subslot dep on snappy

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-03-20 07:33:18 +00:00
parent e2e0cb350b
commit 4ed570d7b3

View File

@@ -1,4 +1,4 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,10 +13,10 @@ SLOT="0"
KEYWORDS="amd64"
DEPEND="
app-arch/snappy
app-arch/snappy:=
>=dev-libs/jansson-2.3:=
sys-libs/zlib"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-fix-libdir.patch"