Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgweather/
Date: Fri, 05 Jul 2019 01:56:35
Message-Id: 1562291778.4dc5b1b2aeea3498434102fbaf2c48ad11d80f10.sobhan@gentoo
1 commit: 4dc5b1b2aeea3498434102fbaf2c48ad11d80f10
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 5 01:55:23 2019 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 01:56:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc5b1b2
7
8 dev-libs/libgweather: 3.32.2 fix patch name
9
10 patch had wrong name
11
12 Package-Manager: Portage-2.3.67, Repoman-2.3.14
13 Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>
14
15 dev-libs/libgweather/libgweather-3.32.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libgweather/libgweather-3.32.2.ebuild b/dev-libs/libgweather/libgweather-3.32.2.ebuild
19 index e349e588d0f..52aabb1e087 100644
20 --- a/dev-libs/libgweather/libgweather-3.32.2.ebuild
21 +++ b/dev-libs/libgweather/libgweather-3.32.2.ebuild
22 @@ -39,7 +39,7 @@ BDEPEND="
23 "
24
25 PATCHES=(
26 - "${FILESDIR}"/${PV}-meson-tweaks.patch # Provide introspection optionality and don't build tests that aren't ran automatically
27 + "${FILESDIR}"/3.32.1-meson-tweaks.patch # Provide introspection optionality and don't build tests that aren't ran automatically
28 )
29
30 src_prepare() {