summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-20 07:33:18 +0000
committerSam James <sam@gentoo.org>2023-03-20 07:34:49 +0000
commit4ed570d7b3dc96ba215854886908ecc0b8d96be2 (patch)
treecfe1efdd68acf084a08cdd40b9fab7550a2a2f88
parentdev-db/mariadb: add subslot dep on snappy (diff)
downloadgentoo-4ed570d7.tar.gz
gentoo-4ed570d7.tar.bz2
gentoo-4ed570d7.zip
dev-libs/avro-c: add subslot dep on snappy
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/avro-c/avro-c-1.9.1-r2.ebuild (renamed from dev-libs/avro-c/avro-c-1.9.1-r1.ebuild)6
1 files 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
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"