summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-11-19 21:49:13 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-11-19 21:49:34 -0600
commit992f65e33eee36afaff08ce527ab86b65b8ebe22 (patch)
tree044f5333079d35fe46675c6a6654c54561bb8b61 /dev-libs/leatherman
parentx11-apps/xprop: Version bump to 1.2.5 (diff)
downloadgentoo-992f65e33eee36afaff08ce527ab86b65b8ebe22.tar.gz
gentoo-992f65e33eee36afaff08ce527ab86b65b8ebe22.tar.bz2
gentoo-992f65e33eee36afaff08ce527ab86b65b8ebe22.zip
dev-libs/leatherman: fix patching
Closes: https://bugs.gentoo.org/755182 Package-Manager: Portage-3.0.9, 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.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-1.12.3.ebuild b/dev-libs/leatherman/leatherman-1.12.3.ebuild
index 37b42a9bc12b..75314013d9e0 100644
--- a/dev-libs/leatherman/leatherman-1.12.3.ebuild
+++ b/dev-libs/leatherman/leatherman-1.12.3.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