Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/
Date: Thu, 29 Mar 2018 19:26:48
Message-Id: 1522351558.dad354885303fbc1394d7ef78cdf7365ef76e2df.johu@gentoo
1 commit: dad354885303fbc1394d7ef78cdf7365ef76e2df
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 29 19:25:20 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 19:25:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad35488
7
8 app-admin/calamares: Add missing cmake-utils_src_prepare call
9
10 Package-Manager: Portage-2.3.26, Repoman-2.3.7
11
12 app-admin/calamares/calamares-3.1.12-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/app-admin/calamares/calamares-3.1.12-r1.ebuild b/app-admin/calamares/calamares-3.1.12-r1.ebuild
16 index 52dd0d46e51..261aa9e0169 100644
17 --- a/app-admin/calamares/calamares-3.1.12-r1.ebuild
18 +++ b/app-admin/calamares/calamares-3.1.12-r1.ebuild
19 @@ -54,13 +54,12 @@ RDEPEND="${DEPEND}
20 "
21
22 src_prepare() {
23 + cmake-utils_src_prepare
24 python_setup
25 export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \
26 PYTHON_INCLUDE_PATH="$(python_get_library_path)"\
27 PYTHON_CFLAGS="$(python_get_CFLAGS)"\
28 PYTHON_LIBS="$(python_get_LIBS)"
29 -
30 - eapply_user
31 }
32
33 src_configure() {