diff options
author | Andrey Kislyuk <weaver@gentoo.org> | 2011-02-18 05:07:16 +0000 |
---|---|---|
committer | Andrey Kislyuk <weaver@gentoo.org> | 2011-02-18 05:07:16 +0000 |
commit | b061fac34d77d8d152ba608629e12bbb83a5cb2e (patch) | |
tree | cbbef9f3da3f58e1709e5e3ad8c73dc3011f1b12 /sci-biology | |
parent | Address bug 354941, build library, correct versioning (diff) | |
download | gentoo-2-b061fac34d77d8d152ba608629e12bbb83a5cb2e.tar.gz gentoo-2-b061fac34d77d8d152ba608629e12bbb83a5cb2e.tar.bz2 gentoo-2-b061fac34d77d8d152ba608629e12bbb83a5cb2e.zip |
add ~x64-macos
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/samtools/samtools-0.1.12a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/samtools/samtools-0.1.12a.ebuild b/sci-biology/samtools/samtools-0.1.12a.ebuild index 48b79b7e30aa..7285c5dc2230 100644 --- a/sci-biology/samtools/samtools-0.1.12a.ebuild +++ b/sci-biology/samtools/samtools-0.1.12a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/samtools/samtools-0.1.12a.ebuild,v 1.1 2011/02/18 05:05:41 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/samtools/samtools-0.1.12a.ebuild,v 1.2 2011/02/18 05:07:16 weaver Exp $ EAPI="2" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x64-macos" DEPEND="" RDEPEND="" |