diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-11-03 14:22:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-11-03 14:22:28 +0000 |
commit | 305b4197d17790f9157fae061adc39ad46834ad5 (patch) | |
tree | f8a7ebf37357d5fb053b2f0e1ffc500a0b4b7b4a /sci-biology/mrbayes/mrbayes-3.1.2.ebuild | |
parent | Stable on sparc wrt security #153748 (diff) | |
download | gentoo-2-305b4197d17790f9157fae061adc39ad46834ad5.tar.gz gentoo-2-305b4197d17790f9157fae061adc39ad46834ad5.tar.bz2 gentoo-2-305b4197d17790f9157fae061adc39ad46834ad5.zip |
Dropped ppc-macos, see you in prefix.
(Portage version: 2.1.1)
Diffstat (limited to 'sci-biology/mrbayes/mrbayes-3.1.2.ebuild')
-rw-r--r-- | sci-biology/mrbayes/mrbayes-3.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/mrbayes/mrbayes-3.1.2.ebuild b/sci-biology/mrbayes/mrbayes-3.1.2.ebuild index 7ad6eeea69c7..11ec89c520ca 100644 --- a/sci-biology/mrbayes/mrbayes-3.1.2.ebuild +++ b/sci-biology/mrbayes/mrbayes-3.1.2.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/mrbayes/mrbayes-3.1.2.ebuild,v 1.3 2006/09/12 20:48:24 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mrbayes/mrbayes-3.1.2.ebuild,v 1.4 2006/11/03 14:22:28 grobian Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" IUSE="mpi readline" -KEYWORDS="~ppc-macos x86" +KEYWORDS="x86" DEPEND="mpi? ( virtual/mpi ) readline? ( sys-libs/readline )" |