diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-06-25 06:09:58 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-06-25 06:09:58 +0000 |
commit | 351f07c54b71530b54cf3a4c37312bfb46e3ecc2 (patch) | |
tree | e8e5e26c86f634786ab7605e0b256ab50cc4c1fe /sci-misc | |
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')
-rw-r--r-- | sci-misc/vitables/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/vitables/vitables-2.0.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-misc/vitables/ChangeLog b/sci-misc/vitables/ChangeLog index 99d4e80b6706..6826b95ca9be 100644 --- a/sci-misc/vitables/ChangeLog +++ b/sci-misc/vitables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/vitables # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.1 2009/06/11 20:44:13 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/vitables/ChangeLog,v 1.2 2009/06/25 06:09:58 yngwin Exp $ + + 25 Jun 2009; Ben de Groot <yngwin@gentoo.org> vitables-2.0.ebuild: + Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for + PyQt4 (check for more, bug 272136). Whitespace. *vitables-2.0 (11 Jun 2009) 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 - } |