diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-08 08:27:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-08 08:27:35 +0000 |
commit | 006027fcfd6e60a79b877c9040bfced42d0ce567 (patch) | |
tree | 863ee51a79295a1b28bf21a36f1f2387fb335ba9 | |
parent | media-libs/yiff is gone (diff) | |
download | gentoo-2-006027fcfd6e60a79b877c9040bfced42d0ce567.tar.gz gentoo-2-006027fcfd6e60a79b877c9040bfced42d0ce567.tar.bz2 gentoo-2-006027fcfd6e60a79b877c9040bfced42d0ce567.zip |
Added missing deps reported 347830
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
-rw-r--r-- | sci-chemistry/PyMca/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-chemistry/PyMca/ChangeLog b/sci-chemistry/PyMca/ChangeLog index 47a3afd6317a..67cf07c2ab4e 100644 --- a/sci-chemistry/PyMca/ChangeLog +++ b/sci-chemistry/PyMca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/PyMca # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/PyMca/ChangeLog,v 1.1 2010/12/07 07:52:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/PyMca/ChangeLog,v 1.2 2010/12/08 08:27:35 jlec Exp $ + + 08 Dec 2010; Justin Lecher <jlec@gentoo.org> PyMca-4.4.1_p1.ebuild: + Added missing deps reported 347830 *PyMca-4.4.1_p1 (07 Dec 2010) diff --git a/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild b/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild index ee5fa723cb7d..d29fff09d388 100644 --- a/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild +++ b/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild,v 1.1 2010/12/07 07:52:29 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/PyMca/PyMca-4.4.1_p1.ebuild,v 1.2 2010/12/08 08:27:35 jlec Exp $ EAPI=3 @@ -19,16 +19,18 @@ SRC_URI="mirror://sourceforge/project/pymca/pymca/${PN}${PV/_p1}/pymca${MY_PV}-s LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="X matplotlib" +IUSE="X hdf5 matplotlib" DEPEND=" dev-python/numpy dev-python/sip virtual/opengl + dev-python/pyopengl X? ( dev-python/PyQt4 dev-python/pyqwt ) + hdf5? ( dev-python/h5py ) matplotlib? ( dev-python/matplotlib )" RDEPEND="${DEPEND}" |