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 4A1A6138334 for ; Mon, 30 Dec 2019 11:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67916E09FE; Mon, 30 Dec 2019 11:54:48 +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 3A14CE0A00 for ; Mon, 30 Dec 2019 11:54:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 227FE34DD31 for ; Mon, 30 Dec 2019 11:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42109AA for ; Mon, 30 Dec 2019 11:54:43 +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: <1577706832.9b0d313fbe4fef064d86529791488db6d877d4fe.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.23.0.ebuild X-VCS-Directories: dev-python/python-efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9b0d313fbe4fef064d86529791488db6d877d4fe X-VCS-Branch: master Date: Mon, 30 Dec 2019 11:54:43 +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: 325765b5-7ecf-4520-9f52-43b9049be511 X-Archives-Hash: 7aef5e0b37424d7a2c608c10f288f2c4 commit: 9b0d313fbe4fef064d86529791488db6d877d4fe Author: Joonas Niilola gentoo org> AuthorDate: Mon Dec 30 11:49:01 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Dec 30 11:53:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0d313f dev-python/python-efl: stabilize 1.23 on amd64 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python-efl/python-efl-1.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-efl/python-efl-1.23.0.ebuild b/dev-python/python-efl/python-efl-1.23.0.ebuild index 7721035b78b..26c0e9eb287 100644 --- a/dev-python/python-efl/python-efl-1.23.0.ebuild +++ b/dev-python/python-efl/python-efl-1.23.0.ebuild @@ -13,7 +13,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 )"