summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/plink/ChangeLog8
-rw-r--r--sci-biology/plink/plink-1.06.ebuild4
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-biology/plink/ChangeLog b/sci-biology/plink/ChangeLog
index 8a1cad862711..b7abbe4f3df5 100644
--- a/sci-biology/plink/ChangeLog
+++ b/sci-biology/plink/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/plink
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/plink/ChangeLog,v 1.2 2009/06/21 14:58:13 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/plink/ChangeLog,v 1.3 2009/08/02 20:43:48 chainsaw Exp $
+
+ 02 Aug 2009; <chainsaw@gentoo.org> plink-1.06.ebuild:
+ Marked stable on AMD64 as requested by Andrey "weaver" Kislyuk
+ <weaver@gentoo.org> in bug #279345. Arch-tested by Chad A. Simmons who
+ reports he has no test-suite; reporter confirmed and agreed compile-test
+ was sufficient.
*plink-1.06 (21 Jun 2009)
diff --git a/sci-biology/plink/plink-1.06.ebuild b/sci-biology/plink/plink-1.06.ebuild
index 18ba53cb75ac..2117386825e2 100644
--- a/sci-biology/plink/plink-1.06.ebuild
+++ b/sci-biology/plink/plink-1.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/plink/plink-1.06.ebuild,v 1.1 2009/06/21 14:58:13 weaver Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/plink/plink-1.06.ebuild,v 1.2 2009/08/02 20:43:48 chainsaw Exp $
EAPI="2"
@@ -11,7 +11,7 @@ SRC_URI="http://pngu.mgh.harvard.edu/~purcell/plink/dist/${P}-src.zip"
LICENSE="GPL-2"
SLOT="0"
IUSE="-webcheck"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~x86 amd64"
DEPEND="app-arch/unzip"
RDEPEND=""