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 F26731381F3 for ; Wed, 3 Jul 2013 22:14:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FE8E08C0; Wed, 3 Jul 2013 22:14:44 +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 3A3F3E08C0 for ; Wed, 3 Jul 2013 22:14:44 +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 4AEE433E823 for ; Wed, 3 Jul 2013 22:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E340CE468F for ; Wed, 3 Jul 2013 22:14:41 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1372889685.b0aeca5f7bb672980e01c18b8cebce6079884e29.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkpeople/libkpeople-9999.ebuild X-VCS-Directories: net-libs/libkpeople/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b0aeca5f7bb672980e01c18b8cebce6079884e29 X-VCS-Branch: master Date: Wed, 3 Jul 2013 22:14:41 +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: d6ab97d9-1896-4d08-9e41-2568952e6182 X-Archives-Hash: 764821f799c16a2102852d4607eeca00 commit: b0aeca5f7bb672980e01c18b8cebce6079884e29 Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 3 22:14:45 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 3 22:14:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b0aeca5f [net-libs/libkpeople] Upstream uses std var for tests now, handled by eclass. Package-Manager: portage-2.2.0_alpha186 --- net-libs/libkpeople/libkpeople-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild index 6d6bce4..f40f699 100644 --- a/net-libs/libkpeople/libkpeople-9999.ebuild +++ b/net-libs/libkpeople/libkpeople-9999.ebuild @@ -25,7 +25,6 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( $(cmake-utils_usw_with examples) - $(cmake-utils_use_with test TESTS) ) kde4-base_src_configure