diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-06 13:48:56 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-06 13:48:56 +0000 |
commit | 90d52a2c5994ffca14f50e3cd0b4263578e17c5c (patch) | |
tree | 7fbb37efb71c21f0e49b6cbc78f8868910ac2935 /sci-chemistry/pdb2pqr | |
parent | Regenerate digest in Manifest2 format. (diff) | |
download | gentoo-2-90d52a2c5994ffca14f50e3cd0b4263578e17c5c.tar.gz gentoo-2-90d52a2c5994ffca14f50e3cd0b4263578e17c5c.tar.bz2 gentoo-2-90d52a2c5994ffca14f50e3cd0b4263578e17c5c.zip |
stable on amd64; bug 162012
(Portage version: 2.1.2-r7)
Diffstat (limited to 'sci-chemistry/pdb2pqr')
-rw-r--r-- | sci-chemistry/pdb2pqr/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/pdb2pqr/ChangeLog b/sci-chemistry/pdb2pqr/ChangeLog index 9a00fe452d1e..af156a72eea0 100644 --- a/sci-chemistry/pdb2pqr/ChangeLog +++ b/sci-chemistry/pdb2pqr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/pdb2pqr # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.8 2007/01/17 10:25:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/ChangeLog,v 1.9 2007/02/06 13:48:56 blubb Exp $ + + 06 Feb 2007; Simon Stelling <blubb@gentoo.org> pdb2pqr-1.1.2.ebuild: + stable on amd64; bug 162012 17 Jan 2007; Christian Faulhammer <opfer@gentoo.org> pdb2pqr-1.1.2.ebuild: stable x86, bug #162012 diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild index aa2af4f9dcfc..96e647a5d466 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.4 2007/01/17 10:25:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb2pqr/pdb2pqr-1.1.2.ebuild,v 1.5 2007/02/06 13:48:56 blubb Exp $ inherit eutils fortran multilib flag-o-matic distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" IUSE="" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" DEPEND="dev-lang/python" |