diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-09-04 14:56:32 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-09-04 14:56:32 +0000 |
commit | f12d80a76f2648156e93d7b5002a46e610aa7eab (patch) | |
tree | 250eba04f0bdc10c4e415ce931c0bb65f5e72f10 /sci-biology/transfac | |
parent | Initial import for PHP4 (diff) | |
download | gentoo-2-f12d80a76f2648156e93d7b5002a46e610aa7eab.tar.gz gentoo-2-f12d80a76f2648156e93d7b5002a46e610aa7eab.tar.bz2 gentoo-2-f12d80a76f2648156e93d7b5002a46e610aa7eab.zip |
~amd64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-biology/transfac')
-rw-r--r-- | sci-biology/transfac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/transfac/transfac-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/transfac/ChangeLog b/sci-biology/transfac/ChangeLog index 13fa0c752257..d526ce25ad28 100644 --- a/sci-biology/transfac/ChangeLog +++ b/sci-biology/transfac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/transfac # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/transfac/ChangeLog,v 1.8 2005/05/02 09:11:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/transfac/ChangeLog,v 1.9 2005/09/04 14:55:55 blubb Exp $ + + 04 Sep 2005; Simon Stelling <blubb@gentoo.org> transfac-3.2.ebuild: + added ~amd64 keyword 02 May 2005; Michael Hanselmann <hansmi@gentoo.org> transfac-3.2.ebuild: Stable on ppc. diff --git a/sci-biology/transfac/transfac-3.2.ebuild b/sci-biology/transfac/transfac-3.2.ebuild index 23ec89fd0b05..4df552442796 100644 --- a/sci-biology/transfac/transfac-3.2.ebuild +++ b/sci-biology/transfac/transfac-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/transfac/transfac-3.2.ebuild,v 1.8 2005/05/02 09:11:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/transfac/transfac-3.2.ebuild,v 1.9 2005/09/04 14:55:55 blubb Exp $ DESCRIPTION="A database of eucaryotic transcription factors" HOMEPAGE="http://www.gene-regulation.com/pub/databases.html" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.ebi.ac.uk/pub/databases/${PN}/${PN}32.tar.Z" LICENSE="public-domain" SLOT="3" -KEYWORDS="x86 ppc ppc-macos ppc64" +KEYWORDS="~amd64 ppc ppc-macos ppc64 x86" IUSE="emboss minimal" # Minimal build keeps only the indexed files (if applicable) and the documentation. # The non-indexed database is not installed. |