diff options
Diffstat (limited to 'sci-biology/pysam/pysam-0.6-r1.ebuild')
-rw-r--r-- | sci-biology/pysam/pysam-0.6-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-biology/pysam/pysam-0.6-r1.ebuild b/sci-biology/pysam/pysam-0.6-r1.ebuild index 9db2aad912f4..a464f3e5dca4 100644 --- a/sci-biology/pysam/pysam-0.6-r1.ebuild +++ b/sci-biology/pysam/pysam-0.6-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/pysam/pysam-0.6-r1.ebuild,v 1.1 2014/06/30 04:27:29 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/pysam/pysam-0.6-r1.ebuild,v 1.2 2015/04/13 06:22:56 jlec Exp $ EAPI="5" + PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -13,7 +14,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |