From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53AF81382DF for ; Sat, 2 Jul 2016 21:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1352394085; Sat, 2 Jul 2016 21:19:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5434794080 for ; Sat, 2 Jul 2016 21:19:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8279B340D9E for ; Sat, 2 Jul 2016 21:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 668092444 for ; Sat, 2 Jul 2016 21:19:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1467494358.2627203ff42357612c3f55db8cff2e4154c59ec1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/paludis/paludis-2.0.0.ebuild sys-apps/paludis/paludis-2.4.0.ebuild sys-apps/paludis/paludis-2.6.0.ebuild sys-apps/paludis/paludis-9999.ebuild X-VCS-Directories: sys-apps/paludis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2627203ff42357612c3f55db8cff2e4154c59ec1 X-VCS-Branch: master Date: Sat, 2 Jul 2016 21:19:36 +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: 94f12a10-45d6-4d33-a321-3767754dcd81 X-Archives-Hash: a90fc5cc0b1bef53d191dae15b698475 commit: 2627203ff42357612c3f55db8cff2e4154c59ec1 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 2 21:18:57 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 2 21:19:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2627203f sys-apps/paludis: Add missing cond RESTRICT=test sys-apps/paludis/paludis-2.0.0.ebuild | 1 + sys-apps/paludis/paludis-2.4.0.ebuild | 1 + sys-apps/paludis/paludis-2.6.0.ebuild | 1 + sys-apps/paludis/paludis-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/sys-apps/paludis/paludis-2.0.0.ebuild b/sys-apps/paludis/paludis-2.0.0.ebuild index e1bd370..ee49cd6 100644 --- a/sys-apps/paludis/paludis-2.0.0.ebuild +++ b/sys-apps/paludis/paludis-2.0.0.ebuild @@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND} PDEPEND="app-eselect/eselect-package-manager" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild b/sys-apps/paludis/paludis-2.4.0.ebuild index ca19dc8..dce3e99 100644 --- a/sys-apps/paludis/paludis-2.4.0.ebuild +++ b/sys-apps/paludis/paludis-2.4.0.ebuild @@ -54,6 +54,7 @@ RDEPEND="${COMMON_DEPEND} PDEPEND="app-eselect/eselect-package-manager" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then diff --git a/sys-apps/paludis/paludis-2.6.0.ebuild b/sys-apps/paludis/paludis-2.6.0.ebuild index 4bff156..d3a3687 100644 --- a/sys-apps/paludis/paludis-2.6.0.ebuild +++ b/sys-apps/paludis/paludis-2.6.0.ebuild @@ -51,6 +51,7 @@ RDEPEND="${COMMON_DEPEND} PDEPEND="app-eselect/eselect-package-manager" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index 2c09943..211e913 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -52,6 +52,7 @@ RDEPEND="${COMMON_DEPEND} PDEPEND="app-eselect/eselect-package-manager" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +RESTRICT="!test? ( test )" pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then