diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-06-16 23:56:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-06-16 23:56:29 +0000 |
commit | 211953bcb6f6cbb5d512bb38fbc1225e3721abb0 (patch) | |
tree | 83187d6d35a3ac5e34601f9ba58a659a7981281b /sci-chemistry | |
parent | Updated ebuild (diff) | |
download | gentoo-2-211953bcb6f6cbb5d512bb38fbc1225e3721abb0.tar.gz gentoo-2-211953bcb6f6cbb5d512bb38fbc1225e3721abb0.tar.bz2 gentoo-2-211953bcb6f6cbb5d512bb38fbc1225e3721abb0.zip |
Drop HPPA keywording (bug #360573).
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index 2e649380bc09..d5c402c93eb1 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.54 2011/06/14 18:06:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.55 2011/06/16 23:56:29 jer Exp $ + + 16 Jun 2011; Jeroen Roovers <jer@gentoo.org> openbabel-2.2.3.ebuild: + Drop HPPA keywording (bug #360573). 14 Jun 2011; Justin Lecher <jlec@gentoo.org> files/openbabel-2.3.0-swig.patch: diff --git a/sci-chemistry/openbabel/openbabel-2.2.3.ebuild b/sci-chemistry/openbabel/openbabel-2.2.3.ebuild index dce7fb3b984d..66bcd823981b 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-2011 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.14 2011/04/30 18:01:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.3.ebuild,v 1.15 2011/06/16 23:56:29 jer 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 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="GPL-2" IUSE="doc python swig" |