From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55471138334 for ; Sat, 16 Nov 2019 23:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3520E082F; Sat, 16 Nov 2019 23:18:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E7F9E082F for ; Sat, 16 Nov 2019 23:18:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BBDD34CED5 for ; Sat, 16 Nov 2019 23:18:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B0D08B8 for ; Sat, 16 Nov 2019 23:18:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573944105.085abe5c61e3bc01b41363a172ca14139f87a469.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kate/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kate/kate-19.11.80.ebuild X-VCS-Directories: kde-apps/kate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 085abe5c61e3bc01b41363a172ca14139f87a469 X-VCS-Branch: master Date: Sat, 16 Nov 2019 23:18:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b7f12c2-03a1-4be7-b03e-e1a1150fc1a8 X-Archives-Hash: 0ef90cedb6a1504a1addb503364ab5de commit: 085abe5c61e3bc01b41363a172ca14139f87a469 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 16 19:36:19 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 16 22:41:45 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=085abe5c kde-apps/kate: Workaround build failure by dropping po dir Closes: https://bugs.gentoo.org/700244 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kate/kate-19.11.80.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kate/kate-19.11.80.ebuild b/kde-apps/kate/kate-19.11.80.ebuild index 568126824f..d22ff32aeb 100644 --- a/kde-apps/kate/kate-19.11.80.ebuild +++ b/kde-apps/kate/kate-19.11.80.ebuild @@ -70,6 +70,7 @@ src_prepare() { find po -type f -name "*po" -and -name "kwrite*" -delete || die rm -rf po/*/docs/kwrite || die fi + rm -r po || die # 700244 } src_configure() {