diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-27 07:34:45 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-27 07:34:45 +0000 |
commit | 8486e96990f4232a6e8ad67d84186af20bcb54fc (patch) | |
tree | 9463f31b1f879572303ee1125233ce5c6fd5fe9a /sci-biology | |
parent | Version bump (diff) | |
download | gentoo-2-8486e96990f4232a6e8ad67d84186af20bcb54fc.tar.gz gentoo-2-8486e96990f4232a6e8ad67d84186af20bcb54fc.tar.bz2 gentoo-2-8486e96990f4232a6e8ad67d84186af20bcb54fc.zip |
Added ~ppc64 to KEYWORDS
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/aaindex/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/aaindex/aaindex-6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/aaindex/ChangeLog b/sci-biology/aaindex/ChangeLog index 8e8044e0e6f3..d47476ea7cc5 100644 --- a/sci-biology/aaindex/ChangeLog +++ b/sci-biology/aaindex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/aaindex # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/aaindex/ChangeLog,v 1.4 2005/02/23 03:59:50 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/aaindex/ChangeLog,v 1.5 2005/04/27 07:34:45 corsair Exp $ + + 27 Apr 2005; Markus Rothe <corsair@gentoo.org> aaindex-6.0.ebuild: + Added ~ppc64 to KEYWORDS; bug #89856 22 Feb 2005; Olivier Fisette <ribosome@gentoo.org> aaindex-6.0.ebuild: Added support for the "emboss" and "minimal" "USE" flags. diff --git a/sci-biology/aaindex/aaindex-6.0.ebuild b/sci-biology/aaindex/aaindex-6.0.ebuild index 57139bb6aaee..10a0fcbc4fb3 100644 --- a/sci-biology/aaindex/aaindex-6.0.ebuild +++ b/sci-biology/aaindex/aaindex-6.0.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/aaindex/aaindex-6.0.ebuild,v 1.5 2005/03/02 19:55:26 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/aaindex/aaindex-6.0.ebuild,v 1.6 2005/04/27 07:34:45 corsair Exp $ DESCRIPTION="Amino acid indices and similarity matrices" HOMEPAGE="http://www.genome.ad.jp/aaindex" @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.genome.ad.jp/pub/db/genomenet/${PN}/${PN}.doc ftp://ftp.genome.ad.jp/pub/db/genomenet/${PN}/list_of_indices" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ~ppc ppc-macos" +KEYWORDS="x86 ~ppc ppc-macos ~ppc64" IUSE="emboss minimal" # Minimal build keeps only the indexed files (if applicable) and the documentation. # The non-indexed database is not installed. |