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 4AD0E13881E for ; Fri, 25 Sep 2015 07:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A42A21C01D; Fri, 25 Sep 2015 07:59:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 194F321C01D for ; Fri, 25 Sep 2015 07:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E558C34085D for ; Fri, 25 Sep 2015 07:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAD2A1F5 for ; Fri, 25 Sep 2015 07:59:19 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443167954.a7470e583e681e305b0dcd69bff0a0a2f978b2a4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lxml/lxml-3.4.1.ebuild X-VCS-Directories: dev-python/lxml/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a7470e583e681e305b0dcd69bff0a0a2f978b2a4 X-VCS-Branch: master Date: Fri, 25 Sep 2015 07:59:19 +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: bcd08290-8de8-4cd4-9333-d66eb76f51db X-Archives-Hash: a3fabc889e6843ebec4cc8af0dc53bcd commit: a7470e583e681e305b0dcd69bff0a0a2f978b2a4 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 25 07:59:14 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 25 07:59:14 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7470e58 dev-python/lxml: Stable for x86 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> dev-python/lxml/lxml-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lxml/lxml-3.4.1.ebuild b/dev-python/lxml/lxml-3.4.1.ebuild index cb6d6e0..93a3df1 100644 --- a/dev-python/lxml/lxml-3.4.1.ebuild +++ b/dev-python/lxml/lxml-3.4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD ElementTree GPL-2 PSF-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="beautifulsoup3 doc examples +threads" # Note: lib{xml2,xslt} are used as C libraries, not Python modules.