summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-11-15 03:38:53 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-11-15 03:39:09 -0600
commit7244563a5685d0d53cb74f75010234b06f82e366 (patch)
tree83373f00bbcbc35a1c39cfe8b84fed8f550857a7 /dev-libs/leatherman
parentdev-python/ujson: Remove old (diff)
downloadgentoo-7244563a5685d0d53cb74f75010234b06f82e366.tar.gz
gentoo-7244563a5685d0d53cb74f75010234b06f82e366.tar.bz2
gentoo-7244563a5685d0d53cb74f75010234b06f82e366.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/leatherman')
-rw-r--r--dev-libs/leatherman/leatherman-1.12.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-1.12.2.ebuild b/dev-libs/leatherman/leatherman-1.12.2.ebuild
index 37b42a9bc12b..75314013d9e0 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