diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-19 22:56:30 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-19 22:56:30 +0000 |
commit | 5153c8f3fccfa0de7c5b4808c198e919900d2466 (patch) | |
tree | 314caf10e3380cb035d820a5231c5f097463c58b /sci-biology/rebase | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-5153c8f3fccfa0de7c5b4808c198e919900d2466.tar.gz gentoo-2-5153c8f3fccfa0de7c5b4808c198e919900d2466.tar.bz2 gentoo-2-5153c8f3fccfa0de7c5b4808c198e919900d2466.zip |
Added ~sparc keyword.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-608.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index 694487504de2..69eb8f3d65f8 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.69 2006/08/18 02:47:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.70 2006/08/19 22:56:30 weeve Exp $ + + 19 Aug 2006; Jason Wever <weeve@gentoo.org> rebase-608.ebuild: + Added ~sparc keyword. 18 Aug 2006; Jason Wever <weeve@gentoo.org> rebase-601-r1.ebuild: Added ~sparc keyword wrt bug #144241. diff --git a/sci-biology/rebase/rebase-608.ebuild b/sci-biology/rebase/rebase-608.ebuild index 3d959728b6a8..9d2968c791e0 100644 --- a/sci-biology/rebase/rebase-608.ebuild +++ b/sci-biology/rebase/rebase-608.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-608.ebuild,v 1.1 2006/08/17 03:00:14 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-608.ebuild,v 1.2 2006/08/19 22:56:30 weeve 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="~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" DEPEND="emboss? ( >=sci-biology/emboss-3.0.0-r1 )" |