Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/
Date: Sat, 26 Sep 2020 17:57:42
Message-Id: 1601143045.c9507383c6d13e62b52c9d0044c79427b4864e62.mgorny@gentoo
1 commit: c9507383c6d13e62b52c9d0044c79427b4864e62
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 17:55:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 17:57:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9507383
7
8 dev-libs/libxml2: Fix unpacking patchset
9
10 Closes: https://bugs.gentoo.org/744850
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/libxml2/libxml2-2.9.10-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild b/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
17 index 53a79a76a79..360bcffb202 100644
18 --- a/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
19 +++ b/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
20 @@ -55,7 +55,7 @@ src_unpack() {
21 # ${A} isn't used to avoid unpacking of test tarballs into $WORKDIR,
22 # as they are needed as tarballs in ${S}/xstc instead and not unpacked
23 unpack ${P/_rc/-rc}.tar.gz
24 - unpack ${PF}-patchset.tar.xz
25 + unpack ${P}-r1-patchset.tar.xz
26 cd "${S}" || die
27
28 if use test; then