diff options
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-610.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index 993167f72850..cdd49ae21b09 100644 --- a/sci-biology/rebase/ChangeLog +++ b/sci-biology/rebase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/rebase # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.72 2006/10/08 01:53:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.73 2006/11/02 00:46:27 ribosome Exp $ + + 02 Nov 2006; Olivier Fisette <ribosome@gentoo.org> rebase-610.ebuild: + Added to x86. *rebase-610 (08 Oct 2006) diff --git a/sci-biology/rebase/rebase-610.ebuild b/sci-biology/rebase/rebase-610.ebuild index 55fe5a5cda1e..f3b041ab3da4 100644 --- a/sci-biology/rebase/rebase-610.ebuild +++ b/sci-biology/rebase/rebase-610.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/rebase/rebase-610.ebuild,v 1.1 2006/10/08 01:53:40 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-610.ebuild,v 1.2 2006/11/02 00:46:27 ribosome Exp $ DESCRIPTION="A restriction enzyme database" LICENSE="public-domain" @@ -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 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc x86" DEPEND="emboss? ( >=sci-biology/emboss-3.0.0-r1 )" |