commit: 992f65e33eee36afaff08ce527ab86b65b8ebe22 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Nov 20 03:49:13 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Nov 20 03:49:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992f65e3
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 <AT> gentoo.org> dev-libs/leatherman/leatherman-1.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leatherman/leatherman-1.12.3.ebuild b/dev-libs/leatherman/leatherman-1.12.3.ebuild index 37b42a9bc12..75314013d9e 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
