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 5263C138A1F for ; Fri, 18 Apr 2014 09:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA3ECE0A7C; Fri, 18 Apr 2014 09:49:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B044E0A7C for ; Fri, 18 Apr 2014 09:49:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5707E340365 for ; Fri, 18 Apr 2014 09:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7527D18167 for ; Fri, 18 Apr 2014 09:49:44 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1397814564.c5efc6a6f100ae298cc235267688d482e1ef0cc3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-base/kio-extras/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c5efc6a6f100ae298cc235267688d482e1ef0cc3 X-VCS-Branch: master Date: Fri, 18 Apr 2014 09:49:44 +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: 34b90f09-d40c-4701-9619-7ed2af574de3 X-Archives-Hash: 35aea09a4af05775ce5dda40dcb5acec commit: c5efc6a6f100ae298cc235267688d482e1ef0cc3 Author: Michael Palimaka gentoo org> AuthorDate: Fri Apr 18 09:49:24 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Apr 18 09:49:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c5efc6a6 [kde-base/kio-extras] Handle tests. Package-Manager: portage-2.2.8-r1 --- kde-base/kio-extras/kio-extras-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-base/kio-extras/kio-extras-9999.ebuild b/kde-base/kio-extras/kio-extras-9999.ebuild index 4dcf412..b406e96 100644 --- a/kde-base/kio-extras/kio-extras-9999.ebuild +++ b/kde-base/kio-extras/kio-extras-9999.ebuild @@ -4,6 +4,8 @@ EAPI=5 +KDE_TEST="true" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" @@ -46,6 +48,9 @@ RDEPEND="${DEPEND} !kde-base/kdebase-kioslaves:4 " +# requires running kde environment +RESTRICT="test" + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package exif Exiv2)