diff options
author | Sam James <sam@gentoo.org> | 2020-06-27 08:41:26 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-07-29 13:55:19 -0700 |
commit | e1b0137912c4e66c2aba2b4354fe92e733f7f7f8 (patch) | |
tree | 43992f54792e4676307127b006b496264b249cf0 /dev-libs/libxslt | |
parent | dev-libs/libxslt: security bump to 1.1.34 (diff) | |
download | gentoo-e1b0137912c4e66c2aba2b4354fe92e733f7f7f8.tar.gz gentoo-e1b0137912c4e66c2aba2b4354fe92e733f7f7f8.tar.bz2 gentoo-e1b0137912c4e66c2aba2b4354fe92e733f7f7f8.zip |
dev-libs/libxslt: rename patch
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/files/libxslt-1.1.32-simplify-python.patch (renamed from dev-libs/libxslt/files/1.1.32-simplify-python.patch) | 0 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.33-r1.ebuild | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxslt/files/1.1.32-simplify-python.patch b/dev-libs/libxslt/files/libxslt-1.1.32-simplify-python.patch index d5a4401afd61..d5a4401afd61 100644 --- a/dev-libs/libxslt/files/1.1.32-simplify-python.patch +++ b/dev-libs/libxslt/files/libxslt-1.1.32-simplify-python.patch diff --git a/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild index 66a2d1b8dbd3..26cde21e982c 100644 --- a/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild @@ -43,9 +43,9 @@ src_prepare() { # Simplify python setup # https://bugzilla.gnome.org/show_bug.cgi?id=758095 - eapply "${FILESDIR}"/1.1.32-simplify-python.patch + eapply "${FILESDIR}"/${PN}-1.1.32-simplify-python.patch eapply "${FILESDIR}"/${PN}-1.1.28-disable-static-modules.patch - eapply "${DISTDIR}"/libxslt-1.1.33-CVE-2019-11068.patch + eapply "${DISTDIR}"/${PN}-1.1.33-CVE-2019-11068.patch eautoreconf # If eautoreconf'd with new autoconf, then epunt_cxx is not necessary |