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 7A493138334 for ; Sun, 18 Aug 2019 06:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83BD8E0A88; Sun, 18 Aug 2019 06:58:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 689DAE0A88 for ; Sun, 18 Aug 2019 06:58:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B862349D91 for ; Sun, 18 Aug 2019 06:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4ED06FF for ; Sun, 18 Aug 2019 06:58:48 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1566111384.271fb0290269618b3ff1e21ede83a69ef27f34b4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-efl/python-efl-1.21.0.ebuild X-VCS-Directories: dev-python/python-efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 271fb0290269618b3ff1e21ede83a69ef27f34b4 X-VCS-Branch: master Date: Sun, 18 Aug 2019 06:58:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97ef862c-cb0e-4cf8-89a9-f31ece46f6ac X-Archives-Hash: 4b6ea494c4acf53484d731e62d54411d commit: 271fb0290269618b3ff1e21ede83a69ef27f34b4 Author: Joonas Niilola gentoo org> AuthorDate: Sun Aug 18 06:56:24 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 18 06:56:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271fb029 dev-python/python-efl: fix conditional test restrict for 1.21.0 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python-efl/python-efl-1.21.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/python-efl/python-efl-1.21.0.ebuild b/dev-python/python-efl/python-efl-1.21.0.ebuild index dcb74fdea98..7a73f36bef2 100644 --- a/dev-python/python-efl/python-efl-1.21.0.ebuild +++ b/dev-python/python-efl/python-efl-1.21.0.ebuild @@ -15,6 +15,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc test" +RESTRICT="!test? ( test )" + RDEPEND=" =dev-libs/efl-1.21* dev-python/dbus-python[${PYTHON_USEDEP}]