Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/
Date: Sat, 26 May 2018 22:36:36
Message-Id: 1527374161.7273c4eac21e9e1034e2c89f807d7db2919ee7eb.soap@gentoo
1 commit: 7273c4eac21e9e1034e2c89f807d7db2919ee7eb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 22:32:22 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 22:36:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7273c4ea
7
8 sci-astronomy/stellarium: [QA] Add call to cmake-utils_src_prepare
9
10 Closes: https://bugs.gentoo.org/652922
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
17 index 2733c84fafb..bb76024588d 100644
18 --- a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
19 +++ b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild
20 @@ -40,6 +40,7 @@ DEPEND="${RDEPEND}
21 nls? ( dev-qt/linguist-tools:5 )"
22
23 src_prepare() {
24 + cmake-utils_src_prepare
25 if [[ -n ${LINGUAS} ]] ; then
26 sed -i \
27 -e '/aa ab ae/d' \