Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/avro-c/
Date: Mon, 20 Mar 2023 07:35:10
Message-Id: 1679297689.4ed570d7b3dc96ba215854886908ecc0b8d96be2.sam@gentoo
1 commit: 4ed570d7b3dc96ba215854886908ecc0b8d96be2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 07:33:18 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 07:34:49 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed570d7
7
8 dev-libs/avro-c: add subslot dep on snappy
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/avro-c/{avro-c-1.9.1-r1.ebuild => avro-c-1.9.1-r2.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 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
16 similarity index 84%
17 rename from dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
18 rename to dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
19 index 3978e6b7b701..ca9fa39e45d4 100644
20 --- a/dev-libs/avro-c/avro-c-1.9.1-r1.ebuild
21 +++ b/dev-libs/avro-c/avro-c-1.9.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2020-2021 Gentoo Authors
24 +# Copyright 2020-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -13,10 +13,10 @@ SLOT="0"
29 KEYWORDS="amd64"
30
31 DEPEND="
32 - app-arch/snappy
33 + app-arch/snappy:=
34 >=dev-libs/jansson-2.3:=
35 sys-libs/zlib"
36 - RDEPEND="${DEPEND}"
37 +RDEPEND="${DEPEND}"
38
39 PATCHES=(
40 "${FILESDIR}/${P}-fix-libdir.patch"