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 1E22B1396D0 for ; Sat, 9 Sep 2017 11:49:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 589DCE0BF6; Sat, 9 Sep 2017 11:48:59 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 382E5E0BF6 for ; Sat, 9 Sep 2017 11:48:58 +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 E9F4E341686 for ; Sat, 9 Sep 2017 11:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8870F9063 for ; Sat, 9 Sep 2017 11:48:56 +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: <1504957724.6f315cfed4a16334e349c4fa68f80a4e970c5fb4.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.08.1.ebuild X-VCS-Directories: kde-apps/step/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6f315cfed4a16334e349c4fa68f80a4e970c5fb4 X-VCS-Branch: master Date: Sat, 9 Sep 2017 11:48:56 +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: 73597b5b-9b78-4677-ac23-310107c6fa04 X-Archives-Hash: 2fc92990d9776aacc9de753331b0dc05 commit: 6f315cfed4a16334e349c4fa68f80a4e970c5fb4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 17 07:35:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 9 11:48:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f315cfe 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.08.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-apps/step/step-17.08.1.ebuild b/kde-apps/step/step-17.08.1.ebuild index c121e41b44e..8a2c802d641 100644 --- a/kde-apps/step/step-17.08.1.ebuild +++ b/kde-apps/step/step-17.08.1.ebuild @@ -49,6 +49,10 @@ DEPEND="${RDEPEND} src_prepare() { kde5_src_prepare + # FIXME: Should be upstream in 17.08.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