Gentoo Archives: gentoo-commits

From: Elias Probst <mail@×××××××××××.eu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
Date: Tue, 01 Oct 2013 23:06:03
Message-Id: 1380668724.0d9fc3e75920522057fad3d9880aa8db255ae5fc.eliasp@gentoo
1 commit: 0d9fc3e75920522057fad3d9880aa8db255ae5fc
2 Author: Elias Probst <mail <AT> eliasprobst <DOT> eu>
3 AuthorDate: Tue Oct 1 23:04:43 2013 +0000
4 Commit: Elias Probst <mail <AT> eliasprobst <DOT> eu>
5 CommitDate: Tue Oct 1 23:05:24 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0d9fc3e7
7
8 [net-libs/libkpeople] Corrected a typo (cmake-utils_usw_with → cmake-utils_use_with).
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 net-libs/libkpeople/libkpeople-0.0.80.ebuild | 2 +-
14 net-libs/libkpeople/libkpeople-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/libkpeople/libkpeople-0.0.80.ebuild b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
18 index 66915dd..1864d0e 100644
19 --- a/net-libs/libkpeople/libkpeople-0.0.80.ebuild
20 +++ b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
21 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
22
23 src_configure() {
24 local mycmakeargs=(
25 - $(cmake-utils_usw_with examples)
26 + $(cmake-utils_use_with examples)
27 )
28
29 kde4-base_src_configure
30
31 diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
32 index 66915dd..1864d0e 100644
33 --- a/net-libs/libkpeople/libkpeople-9999.ebuild
34 +++ b/net-libs/libkpeople/libkpeople-9999.ebuild
35 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
36
37 src_configure() {
38 local mycmakeargs=(
39 - $(cmake-utils_usw_with examples)
40 + $(cmake-utils_use_with examples)
41 )
42
43 kde4-base_src_configure