diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2004-11-03 02:47:42 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2004-11-03 02:47:42 +0000 |
commit | 03008799251c5fadfeada571e5d0efa812ceee72 (patch) | |
tree | 2690bd78cc063933ae1d1e2a687b5f7912d31007 /app-sci/aaindex | |
parent | Keyworded ~ppc-macos. (Manifest recommit) (diff) | |
download | gentoo-2-03008799251c5fadfeada571e5d0efa812ceee72.tar.gz gentoo-2-03008799251c5fadfeada571e5d0efa812ceee72.tar.bz2 gentoo-2-03008799251c5fadfeada571e5d0efa812ceee72.zip |
Keyworded ~ppc-macos.
Diffstat (limited to 'app-sci/aaindex')
-rw-r--r-- | app-sci/aaindex/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/aaindex/aaindex-6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/aaindex/ChangeLog b/app-sci/aaindex/ChangeLog index 974b974a492d..3f2b7e720a2f 100644 --- a/app-sci/aaindex/ChangeLog +++ b/app-sci/aaindex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/aaindex # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/ChangeLog,v 1.4 2004/08/10 23:56:29 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/ChangeLog,v 1.5 2004/11/03 02:47:42 j4rg0n Exp $ + + 2 Nov 2004; Lina Pezzella <j4rg0n@gentoo.org> aaindex-6.0.ebuild: + Keyworded ~ppc-macos. 10 Aug 2004; Olivier Fisette <ribosome@gentoo.org> aaindex-6.0.ebuild: Added to x86. diff --git a/app-sci/aaindex/aaindex-6.0.ebuild b/app-sci/aaindex/aaindex-6.0.ebuild index 07cd5a06cc77..b2d1e039ceb4 100644 --- a/app-sci/aaindex/aaindex-6.0.ebuild +++ b/app-sci/aaindex/aaindex-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/aaindex-6.0.ebuild,v 1.4 2004/08/10 23:56:29 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/aaindex-6.0.ebuild,v 1.5 2004/11/03 02:47:42 j4rg0n Exp $ DESCRIPTION="Amino acid indices and similarity matrices" HOMEPAGE="http://www.genome.ad.jp/${PN}/" @@ -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" +KEYWORDS="x86 ~ppc ~ppc-macos" IUSE="no-emboss no-rawdb" S=${WORKDIR} |