diff options
author | David Seifert <soap@gentoo.org> | 2018-05-27 00:32:22 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-05-27 00:36:01 +0200 |
commit | 7273c4eac21e9e1034e2c89f807d7db2919ee7eb (patch) | |
tree | b93efd46d6616dc4f0efd88c2f1e9cae893bab3e /sci-astronomy | |
parent | net-misc/nextcloud-client: [QA] Add call to cmake-utils_src_prepare (diff) | |
download | gentoo-7273c4eac21e9e1034e2c89f807d7db2919ee7eb.tar.gz gentoo-7273c4eac21e9e1034e2c89f807d7db2919ee7eb.tar.bz2 gentoo-7273c4eac21e9e1034e2c89f807d7db2919ee7eb.zip |
sci-astronomy/stellarium: [QA] Add call to cmake-utils_src_prepare
Closes: https://bugs.gentoo.org/652922
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild index 2733c84fafb4..bb76024588df 100644 --- a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild @@ -40,6 +40,7 @@ DEPEND="${RDEPEND} nls? ( dev-qt/linguist-tools:5 )" src_prepare() { + cmake-utils_src_prepare if [[ -n ${LINGUAS} ]] ; then sed -i \ -e '/aa ab ae/d' \ |