diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-26 19:55:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-26 19:57:25 +0200 |
commit | c9507383c6d13e62b52c9d0044c79427b4864e62 (patch) | |
tree | 628076f5efa6748d62aeb816f35abeefcec9ca41 /dev-libs/libxml2 | |
parent | dev-python/beautifulsoup: Bump to 4.9.2 (diff) | |
download | gentoo-c9507383c6d13e62b52c9d0044c79427b4864e62.tar.gz gentoo-c9507383c6d13e62b52c9d0044c79427b4864e62.tar.bz2 gentoo-c9507383c6d13e62b52c9d0044c79427b4864e62.zip |
dev-libs/libxml2: Fix unpacking patchset
Closes: https://bugs.gentoo.org/744850
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.10-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild b/dev-libs/libxml2/libxml2-2.9.10-r3.ebuild index 53a79a76a795..360bcffb2024 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 |