diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-07 12:31:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-07 12:31:22 +0000 |
commit | 3ef04bccc16da8ec58fbc474b6d9df47fc1e5a6e (patch) | |
tree | bd428d9e049229adce5f085268752a81d2f02ddf /sci-chemistry | |
parent | x86 stable wrt bug #323639 (diff) | |
download | gentoo-2-3ef04bccc16da8ec58fbc474b6d9df47fc1e5a6e.tar.gz gentoo-2-3ef04bccc16da8ec58fbc474b6d9df47fc1e5a6e.tar.bz2 gentoo-2-3ef04bccc16da8ec58fbc474b6d9df47fc1e5a6e.zip |
stable x86, bug 324283
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index 91f3fac23147..e60a1890c8d4 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/openbabel # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.40 2010/07/01 16:35:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.41 2010/07/07 12:31:22 fauli Exp $ + + 07 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + openbabel-2.2.3.ebuild: + stable x86, bug 324283 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> openbabel-2.2.3.ebuild: Stable for HPPA (bug #324283). diff --git a/sci-chemistry/openbabel/openbabel-2.2.3.ebuild b/sci-chemistry/openbabel/openbabel-2.2.3.ebuild index 4d04c40d8173..7859a09043ca 100644 --- a/sci-chemistry/openbabel/openbabel-2.2.3.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.3.ebuild,v 1.7 2010/07/01 16:35:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.3.ebuild,v 1.8 2010/07/07 12:31:22 fauli Exp $ EAPI="3" @@ -14,7 +14,7 @@ DESCRIPTION="Interconverts file formats used in molecular modeling" HOMEPAGE="http://openbabel.sourceforge.net/" SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz" -KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="GPL-2" IUSE="doc python swig" |