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 A1A14138332 for ; Sat, 26 May 2018 22:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA7ACE0AD3; Sat, 26 May 2018 22:36:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A1993E0AD3 for ; Sat, 26 May 2018 22:36:35 +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 8AA2A335CBC for ; Sat, 26 May 2018 22:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C01EB2AD for ; Sat, 26 May 2018 22:36:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1527374161.7273c4eac21e9e1034e2c89f807d7db2919ee7eb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/stellarium/stellarium-0.14.3.ebuild X-VCS-Directories: sci-astronomy/stellarium/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7273c4eac21e9e1034e2c89f807d7db2919ee7eb X-VCS-Branch: master Date: Sat, 26 May 2018 22:36:32 +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: 1ee250bc-d41c-4cd4-9300-86133093cc55 X-Archives-Hash: f4c7585c708a018ef8169eae736c6635 commit: 7273c4eac21e9e1034e2c89f807d7db2919ee7eb Author: David Seifert gentoo org> AuthorDate: Sat May 26 22:32:22 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 26 22:36:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7273c4ea 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 sci-astronomy/stellarium/stellarium-0.14.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-astronomy/stellarium/stellarium-0.14.3.ebuild b/sci-astronomy/stellarium/stellarium-0.14.3.ebuild index 2733c84fafb..bb76024588d 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' \