diff options
author | 2010-06-28 07:09:18 +0000 | |
---|---|---|
committer | 2010-06-28 07:09:18 +0000 | |
commit | e23c90fae741105ab7251d3d6d3ad01bfaee41dd (patch) | |
tree | b8a2c55e477f942eb3e07e586339f9be45c14cf2 /sci-chemistry/openbabel | |
parent | Stable on amd64 wrt bug #325897 (diff) | |
download | gentoo-2-e23c90fae741105ab7251d3d6d3ad01bfaee41dd.tar.gz gentoo-2-e23c90fae741105ab7251d3d6d3ad01bfaee41dd.tar.bz2 gentoo-2-e23c90fae741105ab7251d3d6d3ad01bfaee41dd.zip |
Keyworded for *-linux prefix
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel')
-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 05d4a326db07..1263d1b81008 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,9 @@ # 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.38 2010/06/24 21:29:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.39 2010/06/28 07:09:18 jlec Exp $ + + 28 Jun 2010; Justin Lecher <jlec@gentoo.org> openbabel-2.2.3.ebuild: + Keyworded for *-linux prefix 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> openbabel-2.2.3.ebuild: stable amd64, bug 324283 diff --git a/sci-chemistry/openbabel/openbabel-2.2.3.ebuild b/sci-chemistry/openbabel/openbabel-2.2.3.ebuild index 69661a34a4c3..2b56d08c10cf 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.5 2010/06/24 21:29:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.3.ebuild,v 1.6 2010/06/28 07:09:18 jlec 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" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="GPL-2" IUSE="doc python swig" |