diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-16 22:01:47 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-16 22:01:47 +0000 |
commit | 4f7ce6c46d7ef87da8ae4b65d23b4fb72f1c0674 (patch) | |
tree | 24dedafaf634593e175bdcbe235a0e104f24a0ec /sci-biology | |
parent | Add initial version to Gentoo (diff) | |
download | gentoo-2-4f7ce6c46d7ef87da8ae4b65d23b4fb72f1c0674.tar.gz gentoo-2-4f7ce6c46d7ef87da8ae4b65d23b4fb72f1c0674.tar.bz2 gentoo-2-4f7ce6c46d7ef87da8ae4b65d23b4fb72f1c0674.zip |
Stable on amd64 wrt bug #328427
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-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() |