diff options
-rw-r--r-- | sci-biology/probcons/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/probcons/probcons-1.12-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-biology/probcons/ChangeLog b/sci-biology/probcons/ChangeLog index 4a89389f5309..213e53a0183e 100644 --- a/sci-biology/probcons/ChangeLog +++ b/sci-biology/probcons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/probcons # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/ChangeLog,v 1.12 2010/07/16 09:51:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/ChangeLog,v 1.13 2010/07/16 22:01:47 hwoarang Exp $ + + 16 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + probcons-1.12-r1.ebuild: + Stable on amd64 wrt bug #328427 16 Jul 2010; Christian Faulhammer <fauli@gentoo.org> probcons-1.12-r1.ebuild: diff --git a/sci-biology/probcons/probcons-1.12-r1.ebuild b/sci-biology/probcons/probcons-1.12-r1.ebuild index bbf1d3cbc123..174d25d332cb 100644 --- a/sci-biology/probcons/probcons-1.12-r1.ebuild +++ b/sci-biology/probcons/probcons-1.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild,v 1.3 2010/07/16 09:51:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/probcons/probcons-1.12-r1.ebuild,v 1.4 2010/07/16 22:01:47 hwoarang Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI="http://probcons.stanford.edu/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" # Gnuplot is explicitly runtime-only, it's run using system() |