diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-29 16:09:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-29 16:09:54 +0000 |
commit | 5a7ecc6d45569a1f46fe9b44a6cab4a3ca4caf29 (patch) | |
tree | a63df8702f11866f4507665cec2f9c133646a0f9 /sci-biology/shrimp/shrimp-2.2.3.ebuild | |
parent | sci-biology/vienna-rna: Fix usage of new python r1 eclasses (missing PYTHON_R... (diff) | |
download | historical-5a7ecc6d45569a1f46fe9b44a6cab4a3ca4caf29.tar.gz historical-5a7ecc6d45569a1f46fe9b44a6cab4a3ca4caf29.tar.bz2 historical-5a7ecc6d45569a1f46fe9b44a6cab4a3ca4caf29.zip |
sci-biology/shrimp: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE, PYTHON_DEPS)
Package-Manager: portage-2.2.0_alpha177/cvs/Linux x86_64
Manifest-Sign-Key: 0x8009D6F070EB7916
Diffstat (limited to 'sci-biology/shrimp/shrimp-2.2.3.ebuild')
-rw-r--r-- | sci-biology/shrimp/shrimp-2.2.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-biology/shrimp/shrimp-2.2.3.ebuild b/sci-biology/shrimp/shrimp-2.2.3.ebuild index 942dfd58cefb..82ebc0b2e464 100644 --- a/sci-biology/shrimp/shrimp-2.2.3.ebuild +++ b/sci-biology/shrimp/shrimp-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/shrimp/shrimp-2.2.3.ebuild,v 1.5 2013/02/17 11:14:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/shrimp/shrimp-2.2.3.ebuild,v 1.6 2013/05/29 16:09:53 jlec Exp $ EAPI=5 @@ -19,9 +19,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="custom-cflags +sse2" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + # file collision on /usr/bin/utils #453044 DEPEND="!sci-mathematics/cado-nfs" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + ${PYTHON_DEPS}" S=${WORKDIR}/SHRiMP_${MY_PV} |