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 6A02C139694 for ; Fri, 9 Jun 2017 09:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69851E0E98; Fri, 9 Jun 2017 09:43:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 469ADE0E98 for ; Fri, 9 Jun 2017 09:43:11 +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 042CA341A36 for ; Fri, 9 Jun 2017 09:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8C8573E2 for ; Fri, 9 Jun 2017 09:43:07 +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: <1497001353.823e4dc9879144afb4abea123d95a9b324d59ed9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/step/step-17.04.2.ebuild X-VCS-Directories: kde-apps/step/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 823e4dc9879144afb4abea123d95a9b324d59ed9 X-VCS-Branch: master Date: Fri, 9 Jun 2017 09:43:07 +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-Archives-Salt: 0a61594b-952e-48bc-91b0-f8964d195021 X-Archives-Hash: 5a2d66a7257a72f9dc1bc648beb4f896 commit: 823e4dc9879144afb4abea123d95a9b324d59ed9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 17 07:35:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 9 09:42:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823e4dc9 kde-apps/step: Fix configure with USE=-nls Make missing 'po' subdirectory non-fatal. Reported-by: Jaak Ristioja ristioja.ee> Gentoo-bug: 618556 Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-apps/step/step-17.04.2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-apps/step/step-17.04.2.ebuild b/kde-apps/step/step-17.04.2.ebuild index c121e41b44e..8238b7a79b7 100644 --- a/kde-apps/step/step-17.04.2.ebuild +++ b/kde-apps/step/step-17.04.2.ebuild @@ -49,6 +49,10 @@ DEPEND="${RDEPEND} src_prepare() { kde5_src_prepare + # FIXME: Should be upstream in 17.04.2 + sed -e 's/add_subdirectory( *po *)/ecm_optional_add_subdirectory(po)/' \ + -i CMakeLists.txt || die + # FIXME: Drop duplicate upstream sed -e '/find_package.*Xml Test/ s/^/#/' \ -i stepcore/CMakeLists.txt || die