From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDB21138359 for ; Wed, 29 Jul 2020 20:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0A21E0932; Wed, 29 Jul 2020 20:55:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97E40E0932 for ; Wed, 29 Jul 2020 20:55:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DF4C34F0B0 for ; Wed, 29 Jul 2020 20:55:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5E282F9 for ; Wed, 29 Jul 2020 20:55:45 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1596056119.e1b0137912c4e66c2aba2b4354fe92e733f7f7f8.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxslt/files/, dev-libs/libxslt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxslt/files/1.1.32-simplify-python.patch dev-libs/libxslt/files/libxslt-1.1.32-simplify-python.patch dev-libs/libxslt/libxslt-1.1.33-r1.ebuild X-VCS-Directories: dev-libs/libxslt/ dev-libs/libxslt/files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e1b0137912c4e66c2aba2b4354fe92e733f7f7f8 X-VCS-Branch: master Date: Wed, 29 Jul 2020 20:55:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef93a9ba-00a2-4827-9b2a-cf810ea174d2 X-Archives-Hash: e92b793398b5b007127079933d5ab6c5 commit: e1b0137912c4e66c2aba2b4354fe92e733f7f7f8 Author: Sam James gentoo org> AuthorDate: Sat Jun 27 08:41:26 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jul 29 20:55:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b01379 dev-libs/libxslt: rename patch Signed-off-by: Sam James gentoo.org> Signed-off-by: Matt Turner gentoo.org> ....32-simplify-python.patch => libxslt-1.1.32-simplify-python.patch} | 0 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 similarity index 100% rename from dev-libs/libxslt/files/1.1.32-simplify-python.patch rename to 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 66a2d1b8dbd..26cde21e982 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