diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-08-02 20:43:48 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-08-02 20:43:48 +0000 |
commit | 93f2a585544f68bc5290df112aa917891dd5dc8b (patch) | |
tree | 8d3e7680f82be1913bfe56fc33be5a0b2fd35415 /sci-biology | |
parent | Marked stable on AMD64 as requested by Andrey "weaver" Kislyuk <weaver@gentoo... (diff) | |
download | gentoo-2-93f2a585544f68bc5290df112aa917891dd5dc8b.tar.gz gentoo-2-93f2a585544f68bc5290df112aa917891dd5dc8b.tar.bz2 gentoo-2-93f2a585544f68bc5290df112aa917891dd5dc8b.zip |
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.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/plink/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/plink/plink-1.06.ebuild | 4 |
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="" |