diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-07-26 15:12:06 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-07-26 15:12:06 +0000 |
commit | 138d7b2057fc7d5e2efa1219c1d3224f40c3ac56 (patch) | |
tree | 6408043b1f5c32274b417436cc4ac8f892ecf676 /sci-chemistry | |
parent | Add missing slot dependencies on Qt. (diff) | |
download | gentoo-2-138d7b2057fc7d5e2efa1219c1d3224f40c3ac56.tar.gz gentoo-2-138d7b2057fc7d5e2efa1219c1d3224f40c3ac56.tar.bz2 gentoo-2-138d7b2057fc7d5e2efa1219c1d3224f40c3ac56.zip |
Add missing slot dependencies on Qt.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/massxpert/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/massxpert/massxpert-1.7.6.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sci-chemistry/massxpert/ChangeLog b/sci-chemistry/massxpert/ChangeLog index 355478e1ff89..b3a31333d455 100644 --- a/sci-chemistry/massxpert/ChangeLog +++ b/sci-chemistry/massxpert/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/massxpert -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.10 2011/03/02 17:56:14 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.11 2012/07/26 15:12:06 kensington Exp $ + + 26 Jul 2012; Michael Palimaka <kensington@gentoo.org> massxpert-1.7.6.ebuild: + Add missing slot dependencies on Qt. 02 Mar 2011; Justin Lecher <jlec@gentoo.org> massxpert-1.7.6.ebuild: Correct Slots for gtk 3 introduction to tree @@ -45,4 +48,3 @@ 30 Dec 2007; <je_fro@gentoo.org> +metadata.xml, +massxpert-1.6.7.ebuild: Initial import from the science overlay. - diff --git a/sci-chemistry/massxpert/massxpert-1.7.6.ebuild b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild index c53a720d2d94..ccd4b5ea095c 100644 --- a/sci-chemistry/massxpert/massxpert-1.7.6.ebuild +++ b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-1.7.6.ebuild,v 1.5 2011/03/02 17:56:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-1.7.6.ebuild,v 1.6 2012/07/26 15:12:06 kensington Exp $ EAPI=2 @@ -16,9 +16,9 @@ KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=" - x11-libs/qt-gui[accessibility] - x11-libs/qt-svg - x11-libs/qt-xmlpatterns + x11-libs/qt-gui:4[accessibility] + x11-libs/qt-svg:4 + x11-libs/qt-xmlpatterns:4 x11-libs/libSM x11-libs/libICE x11-libs/libXi |