diff options
-rw-r--r-- | sci-biology/prosite/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/prosite/prosite-19.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog index 63107e39e11d..ac64fadfe29f 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.72 2006/02/21 01:13:35 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.73 2006/02/21 10:41:07 corsair Exp $ + + 21 Feb 2006; Markus Rothe <corsair@gentoo.org> prosite-19.18.ebuild: + Stable on ppc64; bug #123334 20 Feb 2006; Joshua Jackson <tsunam@gentoo.org> prosite-19.18.ebuild: Stable on x86; bug #123334 diff --git a/sci-biology/prosite/prosite-19.18.ebuild b/sci-biology/prosite/prosite-19.18.ebuild index 4f89fa7786ea..3a4999040ea9 100644 --- a/sci-biology/prosite/prosite-19.18.ebuild +++ b/sci-biology/prosite/prosite-19.18.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.18.ebuild,v 1.2 2006/02/21 01:13:35 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-19.18.ebuild,v 1.3 2006/02/21 10:41:07 corsair 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 ~ppc-macos ~ppc64 x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ppc64 x86" DEPEND="emboss? ( >=sci-biology/emboss-3.0.0 )" |