diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-06-04 12:37:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-06-04 12:37:25 +0000 |
commit | dfa8cbe20ba294730900aca0ad08c1a70c0bf8a5 (patch) | |
tree | 60e8c25ed8615adfa27cae9da8ec0e1f7fbb2809 /sci-libs/cctbx | |
parent | sci-libs/scikits: Fix for correct usage of new python eclasses (diff) | |
download | gentoo-2-dfa8cbe20ba294730900aca0ad08c1a70c0bf8a5.tar.gz gentoo-2-dfa8cbe20ba294730900aca0ad08c1a70c0bf8a5.tar.bz2 gentoo-2-dfa8cbe20ba294730900aca0ad08c1a70c0bf8a5.zip |
sci-libs/cctbx: Fix deps for new python eclasses
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/cctbx')
-rw-r--r-- | sci-libs/cctbx/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-libs/cctbx/ChangeLog b/sci-libs/cctbx/ChangeLog index fbc217795235..79c4176b72ed 100644 --- a/sci-libs/cctbx/ChangeLog +++ b/sci-libs/cctbx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cctbx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.33 2013/03/19 07:07:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.34 2013/06/04 12:37:25 jlec Exp $ + + 04 Jun 2013; Justin Lecher <jlec@gentoo.org> cctbx-2010.03.29.2334-r7.ebuild: + Fix deps for new python eclasses 19 Mar 2013; Justin Lecher <jlec@gentoo.org> cctbx-2010.03.29.2334-r7.ebuild: Use more functions from new python eclasses, fixes double prefix on PREFIX diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild index c0c0a2fc6e71..2c41eb3e9f7f 100644 --- a/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild +++ b/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild @@ -1,13 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild,v 1.3 2013/03/19 07:07:15 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r7.ebuild,v 1.4 2013/06/04 12:37:25 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_DEPEND="2" - inherit eutils fortran-2 multilib prefix python-single-r1 toolchain-funcs MY_PV="${PV//./_}" @@ -21,10 +19,13 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="+minimal openmp threads" -REQUIRED_USE="?? ( openmp threads )" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + ?? ( openmp threads )" RDEPEND=" - >=dev-libs/boost-1.48[python] + ${PYTHON_DEPS} + >=dev-libs/boost-1.48[python,${PYTHON_USEDEP}] sci-libs/clipper sci-libs/fftw !minimal? ( |