commit:     7244563a5685d0d53cb74f75010234b06f82e366
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 09:38:53 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 09:39:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7244563a

dev-libs/leatherman: fix patching for 1.12.3

Closes: https://bugs.gentoo.org/754678
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-libs/leatherman/leatherman-1.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/leatherman/leatherman-1.12.2.ebuild 
b/dev-libs/leatherman/leatherman-1.12.2.ebuild
index 37b42a9bc12..75314013d9e 100644
--- a/dev-libs/leatherman/leatherman-1.12.2.ebuild
+++ b/dev-libs/leatherman/leatherman-1.12.2.ebuild
@@ -22,7 +22,7 @@ DEPEND=">=dev-libs/boost-1.73:=[nls]
        >=sys-devel/gcc-4.8:*"
 
 PATCHES=( "${FILESDIR}"/portage-sandbox-test-fix.patch )
-PATCHES+=( "${FILESDIR}/${PV}"-shared_nowide.patch )
+PATCHES+=( "${FILESDIR}"/1.12.2-shared_nowide.patch )
 
 src_prepare() {
        sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die

Reply via email to