diff options
author | 2009-06-25 06:09:58 +0000 | |
---|---|---|
committer | 2009-06-25 06:09:58 +0000 | |
commit | 351f07c54b71530b54cf3a4c37312bfb46e3ecc2 (patch) | |
tree | e8e5e26c86f634786ab7605e0b256ab50cc4c1fe /sci-misc/vitables/vitables-2.0.ebuild | |
parent | Fixed a patch for python checking, bug #275284, thanks Adam Hunt (diff) | |
download | gentoo-2-351f07c54b71530b54cf3a4c37312bfb46e3ecc2.tar.gz gentoo-2-351f07c54b71530b54cf3a4c37312bfb46e3ecc2.tar.bz2 gentoo-2-351f07c54b71530b54cf3a4c37312bfb46e3ecc2.zip |
Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for PyQt4 (check for more, bug 272136). Whitespace.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/vitables/vitables-2.0.ebuild')
-rw-r--r-- | sci-misc/vitables/vitables-2.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-misc/vitables/vitables-2.0.ebuild b/sci-misc/vitables/vitables-2.0.ebuild index 0905f17c35b8..bd69914896b7 100644 --- a/sci-misc/vitables/vitables-2.0.ebuild +++ b/sci-misc/vitables/vitables-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.1 2009/06/11 20:44:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/vitables-2.0.ebuild,v 1.2 2009/06/25 06:09:58 yngwin Exp $ EAPI="2" NEED_PYTHON="2.5" @@ -18,8 +18,7 @@ KEYWORDS="~x86 ~amd64" IUSE="doc examples" DEPEND=">=dev-python/pytables-2.0 - >=x11-libs/qt-4.0 - >=dev-python/PyQt4-4.4" + dev-python/PyQt4[X]" # FIXME: check if any other useflags are needed RDEPEND="${DEPEND}" S="${WORKDIR}/ViTables-${PV}" @@ -38,5 +37,4 @@ src_install() { if use doc; then dodoc doc/* fi - } |