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 EC92A138359 for ; Thu, 12 Nov 2020 07:28:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1836AE08D3; Thu, 12 Nov 2020 07:28:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EF3F6E08D3 for ; Thu, 12 Nov 2020 07:28:08 +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 D2987340F2B for ; Thu, 12 Nov 2020 07:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5392C44D for ; Thu, 12 Nov 2020 07:28:06 +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: <1605166077.0ad75885c0214216ab8f7d94fc3d2e88b5c3bdc1.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.25.0.ebuild X-VCS-Directories: dev-python/python-efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0ad75885c0214216ab8f7d94fc3d2e88b5c3bdc1 X-VCS-Branch: master Date: Thu, 12 Nov 2020 07:28:06 +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: 2885eee7-307e-4033-a4c2-81a64921cc3c X-Archives-Hash: efa73eaf9d382287f06ce53f70fa9b39 commit: 0ad75885c0214216ab8f7d94fc3d2e88b5c3bdc1 Author: Joonas Niilola gentoo org> AuthorDate: Thu Nov 12 07:09:10 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 12 07:27:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad75885 dev-python/python-efl: stabilize 1.25.0 on x86 Bug: https://bugs.gentoo.org/752306 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python-efl/python-efl-1.25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-efl/python-efl-1.25.0.ebuild b/dev-python/python-efl/python-efl-1.25.0.ebuild index 097475df6fa..b1e32d692b5 100644 --- a/dev-python/python-efl/python-efl-1.25.0.ebuild +++ b/dev-python/python-efl/python-efl-1.25.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.enlightenment.org/rel/bindings/python/${P}.tar.xz" LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc test" RESTRICT="!test? ( test )"