Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kldap/
Date: Wed, 12 Sep 2018 10:10:02
Message-Id: 1536746985.c7544305494b7aa3b795fed05d5650bbb88ccfb7.asturm@gentoo
1 commit: c7544305494b7aa3b795fed05d5650bbb88ccfb7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 12 09:45:59 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 10:09:45 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7544305
7
8 kde-apps/kldap: use "use" instead of use_if_iuse
9
10 Closes: https://github.com/gentoo/kde/pull/869
11
12 kde-apps/kldap/kldap-18.08.49.9999.ebuild | 2 +-
13 kde-apps/kldap/kldap-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/kde-apps/kldap/kldap-18.08.49.9999.ebuild b/kde-apps/kldap/kldap-18.08.49.9999.ebuild
17 index fcd0e4065e..f516ad9ff5 100644
18 --- a/kde-apps/kldap/kldap-18.08.49.9999.ebuild
19 +++ b/kde-apps/kldap/kldap-18.08.49.9999.ebuild
20 @@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
21 src_prepare() {
22 kde5_src_prepare
23
24 - if ! use_if_iuse handbook ; then
25 + if ! use handbook ; then
26 sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
27 -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
28 fi
29
30 diff --git a/kde-apps/kldap/kldap-9999.ebuild b/kde-apps/kldap/kldap-9999.ebuild
31 index fcd0e4065e..f516ad9ff5 100644
32 --- a/kde-apps/kldap/kldap-9999.ebuild
33 +++ b/kde-apps/kldap/kldap-9999.ebuild
34 @@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
35 src_prepare() {
36 kde5_src_prepare
37
38 - if ! use_if_iuse handbook ; then
39 + if ! use handbook ; then
40 sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \
41 -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)"
42 fi