diff options
author | 2006-01-13 02:50:09 +0000 | |
---|---|---|
committer | 2006-01-13 02:50:09 +0000 | |
commit | 9b6b6d5eaf56d16f98709d7d321f903120a7b70a (patch) | |
tree | 78bec022452cd9f773172a67368d1c918b9bc306 /sci-biology/rebase | |
parent | selinux code wont compile anymore in udev 79 :( (diff) | |
download | gentoo-2-9b6b6d5eaf56d16f98709d7d321f903120a7b70a.tar.gz gentoo-2-9b6b6d5eaf56d16f98709d7d321f903120a7b70a.tar.bz2 gentoo-2-9b6b6d5eaf56d16f98709d7d321f903120a7b70a.zip |
Added to x86
(Portage version: 2.0.53)
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-512.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index f56848e581a4..b16866228c00 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.46 2006/01/07 04:05:10 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.47 2006/01/13 02:50:09 ribosome Exp $ + + 13 Jan 2006; Olivier Fisette <ribosome@gentoo.org> rebase-512.ebuild: + Added to x86. *rebase-601 (07 Jan 2006) diff --git a/sci-biology/rebase/rebase-512.ebuild b/sci-biology/rebase/rebase-512.ebuild index b6ebaa589105..42106d3f8931 100644 --- a/sci-biology/rebase/rebase-512.ebuild +++ b/sci-biology/rebase/rebase-512.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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-512.ebuild,v 1.1 2005/12/08 20:17:57 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-512.ebuild,v 1.2 2006/01/13 02:50:09 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="~x86 ~ppc ~amd64 ~ppc-macos ~ppc64" +KEYWORDS="x86 ~ppc ~amd64 ~ppc-macos ~ppc64" DEPEND="emboss? ( sci-biology/emboss )" |