Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/step/
Date: Sat, 09 Sep 2017 11:49:00
Message-Id: 1504957724.6f315cfed4a16334e349c4fa68f80a4e970c5fb4.asturm@gentoo
1 commit: 6f315cfed4a16334e349c4fa68f80a4e970c5fb4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 17 07:35:31 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 11:48:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f315cfe
7
8 kde-apps/step: Fix configure with USE=-nls
9
10 Make missing 'po' subdirectory non-fatal.
11
12 Reported-by: Jaak Ristioja <jaak <AT> ristioja.ee>
13 Gentoo-bug: 618556
14
15 Package-Manager: Portage-2.3.5, Repoman-2.3.1
16
17 kde-apps/step/step-17.08.1.ebuild | 4 ++++
18 1 file changed, 4 insertions(+)
19
20 diff --git a/kde-apps/step/step-17.08.1.ebuild b/kde-apps/step/step-17.08.1.ebuild
21 index c121e41b44e..8a2c802d641 100644
22 --- a/kde-apps/step/step-17.08.1.ebuild
23 +++ b/kde-apps/step/step-17.08.1.ebuild
24 @@ -49,6 +49,10 @@ DEPEND="${RDEPEND}
25 src_prepare() {
26 kde5_src_prepare
27
28 + # FIXME: Should be upstream in 17.08.2
29 + sed -e 's/add_subdirectory( *po *)/ecm_optional_add_subdirectory(po)/' \
30 + -i CMakeLists.txt || die
31 +
32 # FIXME: Drop duplicate upstream
33 sed -e '/find_package.*Xml Test/ s/^/#/' \
34 -i stepcore/CMakeLists.txt || die