diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-11-20 20:56:17 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-11-20 20:56:17 +0000 |
commit | 737aedb1fc4eb253bdfb5b7ecb56a32c9a7410d3 (patch) | |
tree | e0958e89bcf925d7baad853f364bd348bf625846 /sci-biology | |
parent | replace-flags -O3 -O2 thanks to Andrew de Quincey <adq_dvb@lidskialf.net> in ... (diff) | |
download | gentoo-2-737aedb1fc4eb253bdfb5b7ecb56a32c9a7410d3.tar.gz gentoo-2-737aedb1fc4eb253bdfb5b7ecb56a32c9a7410d3.tar.bz2 gentoo-2-737aedb1fc4eb253bdfb5b7ecb56a32c9a7410d3.zip |
stable on amd64
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/prosite/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/prosite/prosite-19.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog index d28a7c05e300..cb83559c7e4b 100644 --- a/sci-biology/prosite/ChangeLog +++ b/sci-biology/prosite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/prosite # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.91 2006/11/15 13:02:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.92 2006/11/20 20:56:17 blubb Exp $ + + 20 Nov 2006; <blubb@gentoo.org> prosite-19.36.ebuild: + stable on amd64 15 Nov 2006; Markus Rothe <corsair@gentoo.org> prosite-19.36.ebuild: Stable on ppc64; bug #153766 diff --git a/sci-biology/prosite/prosite-19.36.ebuild b/sci-biology/prosite/prosite-19.36.ebuild index ffd6065dce68..4b4d5b41f53c 100644 --- a/sci-biology/prosite/prosite-19.36.ebuild +++ b/sci-biology/prosite/prosite-19.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-19.36.ebuild,v 1.5 2006/11/15 13:02:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-19.36.ebuild,v 1.6 2006/11/20 20:56:17 blubb Exp $ DESCRIPTION="A protein families and domains database" LICENSE="swiss-prot" @@ -11,7 +11,7 @@ SLOT="0" # Minimal build keeps only the indexed files (if applicable) and the # documentation. The non-indexed database is not installed. IUSE="emboss minimal" -KEYWORDS="~amd64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" DEPEND="emboss? ( >=sci-biology/emboss-3.0.0 )" |