commit: 4ed570d7b3dc96ba215854886908ecc0b8d96be2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 07:33:18 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 07:34:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed570d7
dev-libs/avro-c: add subslot dep on snappy
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/avro-c/{avro-c-1.9.1-r1.ebuild => avro-c-1.9.1-r2.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
similarity index 84%
rename from dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
rename to dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
index 3978e6b7b701..ca9fa39e45d4 100644
--- a/dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
+++ b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
@@ -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"