commit:     c9507383c6d13e62b52c9d0044c79427b4864e62
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 17:55:13 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 17:57:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9507383

dev-libs/libxml2: Fix unpacking patchset

Closes: https://bugs.gentoo.org/744850
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/libxml2/libxml2-2.9.10-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild 
b/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
index 53a79a76a79..360bcffb202 100644
--- a/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
+++ b/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild
@@ -55,7 +55,7 @@ src_unpack() {
        # ${A} isn't used to avoid unpacking of test tarballs into $WORKDIR,
        # as they are needed as tarballs in ${S}/xstc instead and not unpacked
        unpack ${P/_rc/-rc}.tar.gz
-       unpack ${PF}-patchset.tar.xz
+       unpack ${P}-r1-patchset.tar.xz
        cd "${S}" || die
 
        if use test; then

Reply via email to