dev-libs/poco: Drop duplicate cmake-utils_src_prepare call

Conflict resolution mistake

Closes: https://bugs.gentoo.org/697502
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2019-10-11 20:26:08 +02:00
parent 614fa864cb
commit e9fdc8d9d9

View File

@@ -82,8 +82,6 @@ src_prepare() {
# Add missing directory that breaks the build
mkdir -p Encodings/testsuite/data || die
cmake-utils_src_prepare
if ! use iodbc ; then
sed -i -e 's|iodbc||' cmake/FindODBC.cmake || die
fi