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 4A71D1381F3 for ; Fri, 21 Jun 2013 16:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D125E09B3; Fri, 21 Jun 2013 16:30:49 +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 998F8E09B3 for ; Fri, 21 Jun 2013 16:30:48 +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 B1FC233E6A2 for ; Fri, 21 Jun 2013 16:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 56225E468F for ; Fri, 21 Jun 2013 16:30:46 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1371832350.e065f273c80bfd286205d348adf0373da7d256b5.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/okular/okular-4.10.80.ebuild kde-base/okular/okular-9999.ebuild X-VCS-Directories: kde-base/okular/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: e065f273c80bfd286205d348adf0373da7d256b5 X-VCS-Branch: master Date: Fri, 21 Jun 2013 16:30:46 +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: 8dcb48c6-bc15-46ac-b56e-04dbf13863d7 X-Archives-Hash: 6f4052992896d8e2a5ff5f683e8b2d0c commit: e065f273c80bfd286205d348adf0373da7d256b5 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Fri Jun 21 16:32:02 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Jun 21 16:32:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e065f273 [kde-base/okular] tests hang Package-Manager: portage-2.2.0_alpha183 --- kde-base/okular/okular-4.10.80.ebuild | 6 +++++- kde-base/okular/okular-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/kde-base/okular/okular-4.10.80.ebuild b/kde-base/okular/okular-4.10.80.ebuild index 78a8a6b..83045e5 100644 --- a/kde-base/okular/okular-4.10.80.ebuild +++ b/kde-base/okular/okular-4.10.80.ebuild @@ -5,7 +5,11 @@ EAPI=5 KDE_HANDBOOK="optional" -VIRTUALX_REQUIRED=test + +#VIRTUALX_REQUIRED=test +RESTRICT=test +# test 2: parttest hangs + inherit kde4-base DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild index 7144bed..769f621 100644 --- a/kde-base/okular/okular-9999.ebuild +++ b/kde-base/okular/okular-9999.ebuild @@ -5,7 +5,11 @@ EAPI=5 KDE_HANDBOOK="optional" -VIRTUALX_REQUIRED=test + +#VIRTUALX_REQUIRED=test +RESTRICT=test +# test 2: parttest hangs + inherit kde4-base DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."