diff options
author | Markus Meier <maekke@gentoo.org> | 2008-02-16 09:36:15 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-02-16 09:36:15 +0000 |
commit | 50dd90b974a7f7ccc62331b6c70941ada4715a8a (patch) | |
tree | a7435754dd3c1116d3e44f6512abaf9d502a37c3 /sci-biology | |
parent | Correct the version number so driftnet is properly masked (diff) | |
download | gentoo-2-50dd90b974a7f7ccc62331b6c70941ada4715a8a.tar.gz gentoo-2-50dd90b974a7f7ccc62331b6c70941ada4715a8a.tar.bz2 gentoo-2-50dd90b974a7f7ccc62331b6c70941ada4715a8a.zip |
x86 stable, bug #207095
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/phylip/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/phylip/phylip-3.67.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/phylip/ChangeLog b/sci-biology/phylip/ChangeLog index 6c38de05f089..638e4e3778f9 100644 --- a/sci-biology/phylip/ChangeLog +++ b/sci-biology/phylip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/phylip # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.29 2008/02/15 19:24:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.30 2008/02/16 09:36:15 maekke Exp $ + + 16 Feb 2008; Markus Meier <maekke@gentoo.org> phylip-3.67.ebuild: + x86 stable, bug #207095 15 Feb 2008; nixnut <nixnut@gentoo.org> phylip-3.67.ebuild: Stable on ppc wrt bug 207095 diff --git a/sci-biology/phylip/phylip-3.67.ebuild b/sci-biology/phylip/phylip-3.67.ebuild index 85923932576c..a001feb5118e 100644 --- a/sci-biology/phylip/phylip-3.67.ebuild +++ b/sci-biology/phylip/phylip-3.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.3 2008/02/15 19:24:01 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.4 2008/02/16 09:36:15 maekke Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://evolution.gs.washington.edu/${PN}/download/${P}.tar.gz" SLOT="0" IUSE="" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" RDEPEND="x11-libs/libXaw" |