diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-15 19:24:01 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-02-15 19:24:01 +0000 |
commit | 3785e62483b2f27eb1229bbf12b9e8d75e723fbf (patch) | |
tree | eed87a145f1a4900cb859e8d6edf3c8378d65fea /sci-biology/phylip | |
parent | Stable on ppc wrt bug 208416 (diff) | |
download | gentoo-2-3785e62483b2f27eb1229bbf12b9e8d75e723fbf.tar.gz gentoo-2-3785e62483b2f27eb1229bbf12b9e8d75e723fbf.tar.bz2 gentoo-2-3785e62483b2f27eb1229bbf12b9e8d75e723fbf.zip |
Stable on ppc wrt bug 207095
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-biology/phylip')
-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 a5e90c3065e7..6c38de05f089 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.28 2008/02/07 14:50:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.29 2008/02/15 19:24:01 nixnut Exp $ + + 15 Feb 2008; nixnut <nixnut@gentoo.org> phylip-3.67.ebuild: + Stable on ppc wrt bug 207095 07 Feb 2008; Fabian Groffen <grobian@gentoo.org> phylip-3.65-r1.ebuild, phylip-3.66.ebuild, phylip-3.67.ebuild: diff --git a/sci-biology/phylip/phylip-3.67.ebuild b/sci-biology/phylip/phylip-3.67.ebuild index 000929d6a825..85923932576c 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.2 2008/02/07 14:50:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.3 2008/02/15 19:24:01 nixnut Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://evolution.gs.washington.edu/${PN}/download/${P}.tar.gz" SLOT="0" IUSE="" -KEYWORDS="~ppc ~x86 ~amd64" +KEYWORDS="~amd64 ppc ~x86" RDEPEND="x11-libs/libXaw" |