From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 835F41381F3 for ; Tue, 1 Oct 2013 23:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 237E2E08E8; Tue, 1 Oct 2013 23:06:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2481E08E8 for ; Tue, 1 Oct 2013 23:06:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59FBC33ED24 for ; Tue, 1 Oct 2013 23:06:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F362CE5308 for ; Tue, 1 Oct 2013 23:05:58 +0000 (UTC) From: "Elias Probst" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Elias Probst" Message-ID: <1380668724.0d9fc3e75920522057fad3d9880aa8db255ae5fc.eliasp@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkpeople/libkpeople-0.0.80.ebuild net-libs/libkpeople/libkpeople-9999.ebuild X-VCS-Directories: net-libs/libkpeople/ X-VCS-Committer: eliasp X-VCS-Committer-Name: Elias Probst X-VCS-Revision: 0d9fc3e75920522057fad3d9880aa8db255ae5fc X-VCS-Branch: master Date: Tue, 1 Oct 2013 23:05:58 +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: ae246a94-28c7-4002-b812-b2dfa1f6cb4a X-Archives-Hash: e2f259d741489494e935391fec28fa0b commit: 0d9fc3e75920522057fad3d9880aa8db255ae5fc Author: Elias Probst eliasprobst eu> AuthorDate: Tue Oct 1 23:04:43 2013 +0000 Commit: Elias Probst eliasprobst eu> CommitDate: Tue Oct 1 23:05:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0d9fc3e7 [net-libs/libkpeople] Corrected a typo (cmake-utils_usw_with → cmake-utils_use_with). Package-Manager: portage-2.2.7 --- net-libs/libkpeople/libkpeople-0.0.80.ebuild | 2 +- net-libs/libkpeople/libkpeople-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libkpeople/libkpeople-0.0.80.ebuild b/net-libs/libkpeople/libkpeople-0.0.80.ebuild index 66915dd..1864d0e 100644 --- a/net-libs/libkpeople/libkpeople-0.0.80.ebuild +++ b/net-libs/libkpeople/libkpeople-0.0.80.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake-utils_usw_with examples) + $(cmake-utils_use_with examples) ) kde4-base_src_configure diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild index 66915dd..1864d0e 100644 --- a/net-libs/libkpeople/libkpeople-9999.ebuild +++ b/net-libs/libkpeople/libkpeople-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake-utils_usw_with examples) + $(cmake-utils_use_with examples) ) kde4-base_src_configure