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 41B4E138BED for ; Wed, 21 Oct 2015 13:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D247821C061; Wed, 21 Oct 2015 13:41:33 +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 1D47121C05E for ; Wed, 21 Oct 2015 13:41:32 +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 520A1340942 for ; Wed, 21 Oct 2015 13:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A5F01569 for ; Wed, 21 Oct 2015 13:41:27 +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: <1445434824.b76b2bcb500f1fe9303b22713d7129ffcbc18428.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/libxml2-2.9.2-r1.ebuild dev-libs/libxml2/metadata.xml X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b76b2bcb500f1fe9303b22713d7129ffcbc18428 X-VCS-Branch: master Date: Wed, 21 Oct 2015 13:41:27 +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: 2a182038-a7dd-4144-856e-f16524d69b74 X-Archives-Hash: eca47baa326deabf9ef293085b5bb6d9 commit: b76b2bcb500f1fe9303b22713d7129ffcbc18428 Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 21 12:30:08 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 21 13:40:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76b2bcb dev-libs/libxml2: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-libs/libxml2/libxml2-2.9.2-r1.ebuild | 5 +++-- dev-libs/libxml2/metadata.xml | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild index 2cfe948..a03df24 100644 --- a/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.2-r1.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) PYTHON_REQ_USE="xml" inherit libtool flag-o-matic eutils python-r1 autotools prefix multilib-minimal diff --git a/dev-libs/libxml2/metadata.xml b/dev-libs/libxml2/metadata.xml index 1c0594f..4d83506 100644 --- a/dev-libs/libxml2/metadata.xml +++ b/dev-libs/libxml2/metadata.xml @@ -1,8 +1,8 @@ -gnome - - cpe:/a:xmlsoft:libxml2 - + gnome + + cpe:/a:xmlsoft:libxml2 +