aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/pybedtools/pybedtools-0.6.9.ebuild')
-rw-r--r--sci-biology/pybedtools/pybedtools-0.6.9.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild b/sci-biology/pybedtools/pybedtools-0.6.9.ebuild
index 99657adeb..1ab30c9cd 100644
--- a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild
+++ b/sci-biology/pybedtools/pybedtools-0.6.9.ebuild
@@ -10,12 +10,13 @@ inherit distutils-r1
DESCRIPTION="Wrapper for Aaron Quinlan's BEDtools, plus other useful methods for working"
HOMEPAGE="http://pythonhosted.org/pybedtools/"
-SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
-DEPEND="sci-biology/bedtools
- dev-python/cython[${PYTHON_USEDEP}]"
RDEPEND="sci-biology/bedtools"
+DEPEND="${RDEPEND}
+ dev-python/cython[${PYTHON_USEDEP}]"