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 9D15B1387FD for ; Wed, 11 Jun 2014 14:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F141E0BB5; Wed, 11 Jun 2014 14:47:11 +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 A7394E0BB5 for ; Wed, 11 Jun 2014 14:47:10 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6C7D33FDB5 for ; Wed, 11 Jun 2014 14:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 82AD7181A9 for ; Wed, 11 Jun 2014 14:47:08 +0000 (UTC) From: "Reinis Danne" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Reinis Danne" Message-ID: <1402497895.a46f1ddebe4c111f40112ebb7531da4e3cacbd76.rei4dan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/openbabel-python/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/openbabel-python/ChangeLog sci-chemistry/openbabel-python/openbabel-python-9999.ebuild X-VCS-Directories: sci-chemistry/openbabel-python/ X-VCS-Committer: rei4dan X-VCS-Committer-Name: Reinis Danne X-VCS-Revision: a46f1ddebe4c111f40112ebb7531da4e3cacbd76 X-VCS-Branch: master Date: Wed, 11 Jun 2014 14:47:08 +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: a8f4a6d3-7eb1-4e5d-96a4-896ea24f8a83 X-Archives-Hash: bbcdc88a6f3388775e1e56b29bf8fc9b commit: a46f1ddebe4c111f40112ebb7531da4e3cacbd76 Author: Reinis Danne gmail com> AuthorDate: Wed Jun 11 14:44:55 2014 +0000 Commit: Reinis Danne gmail com> CommitDate: Wed Jun 11 14:44:55 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a46f1dde sci-chemistry/openbabel-python: Update PYTHON_COMPAT --- sci-chemistry/openbabel-python/ChangeLog | 3 +++ sci-chemistry/openbabel-python/openbabel-python-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index 701f15d..7e4afb9 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Jun 2014; Reinis Danne openbabel-python-9999.ebuild: + Update PYTHON_COMPAT. + 14 Feb 2014; Reinis Danne openbabel-python-9999.ebuild: Fix move to git-r3. diff --git a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild index a9bf578..2ef4a53 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit cmake-utils eutils git-r3 multilib python-r1