diff options
author | 2015-06-28 11:21:54 +0000 | |
---|---|---|
committer | 2015-06-28 11:21:54 +0000 | |
commit | cd869b60f7329dd177878229713c080dd72b5c37 (patch) | |
tree | 978de7ecccba29a1e67d2952d040a2d1766eb59a /sci-chemistry | |
parent | x86 stable wrt bug #534620 (diff) | |
download | gentoo-2-cd869b60f7329dd177878229713c080dd72b5c37.tar.gz gentoo-2-cd869b60f7329dd177878229713c080dd72b5c37.tar.bz2 gentoo-2-cd869b60f7329dd177878229713c080dd72b5c37.zip |
x86 stable wrt bug #534618
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel-python/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index 160399b28ccc..834f9bb34c4e 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel-python # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.23 2015/05/05 09:41:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.24 2015/06/28 11:21:54 zlogene Exp $ + + 28 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> openbabel-python-2.3.2.ebuild: + x86 stable wrt bug #534618 05 May 2015; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.2.ebuild: Fix compilation problems, bug #547818 diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild index b11e53068756..dc614dae0327 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.14 2015/05/05 09:41:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.15 2015/06/28 11:21:54 zlogene Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Python bindings for OpenBabel (including Pybel)" HOMEPAGE="http://openbabel.sourceforge.net/" SRC_URI="mirror://sourceforge/openbabel/openbabel-${PV}.tar.gz" -KEYWORDS="amd64 ~arm ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="GPL-2" IUSE="" |