diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:18:07 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:18:07 +0000 |
commit | 34ac2ecad7d57fbf8c2d69e21b1b0cb9701f3e42 (patch) | |
tree | 31404f6de9ff33acce1ecf155a05c161f6a818c5 /sci-chemistry | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-34ac2ecad7d57fbf8c2d69e21b1b0cb9701f3e42.tar.gz gentoo-2-34ac2ecad7d57fbf8c2d69e21b1b0cb9701f3e42.tar.bz2 gentoo-2-34ac2ecad7d57fbf8c2d69e21b1b0cb9701f3e42.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
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 | ||||
-rw-r--r-- | sci-chemistry/massxpert/massxpert-2.0.5.ebuild | 6 |
3 files changed, 14 insertions, 10 deletions
diff --git a/sci-chemistry/massxpert/ChangeLog b/sci-chemistry/massxpert/ChangeLog index b3a31333d455..dcbe878a4fca 100644 --- a/sci-chemistry/massxpert/ChangeLog +++ b/sci-chemistry/massxpert/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/massxpert -# 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 $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/ChangeLog,v 1.12 2013/03/02 23:18:07 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> massxpert-1.7.6.ebuild, + massxpert-2.0.5.ebuild: + Move Qt dependencies to the new category 26 Jul 2012; Michael Palimaka <kensington@gentoo.org> massxpert-1.7.6.ebuild: Add missing slot dependencies on Qt. diff --git a/sci-chemistry/massxpert/massxpert-1.7.6.ebuild b/sci-chemistry/massxpert/massxpert-1.7.6.ebuild index ccd4b5ea095c..1ca048b8e286 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.6 2012/07/26 15:12:06 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-1.7.6.ebuild,v 1.7 2013/03/02 23:18:07 hwoarang Exp $ EAPI=2 @@ -16,9 +16,9 @@ KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=" - x11-libs/qt-gui:4[accessibility] - x11-libs/qt-svg:4 - x11-libs/qt-xmlpatterns:4 + dev-qt/qtgui:4[accessibility] + dev-qt/qtsvg:4 + dev-qt/qtxmlpatterns:4 x11-libs/libSM x11-libs/libICE x11-libs/libXi diff --git a/sci-chemistry/massxpert/massxpert-2.0.5.ebuild b/sci-chemistry/massxpert/massxpert-2.0.5.ebuild index ab8f95766c4e..01f2f914a1ea 100644 --- a/sci-chemistry/massxpert/massxpert-2.0.5.ebuild +++ b/sci-chemistry/massxpert/massxpert-2.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-2.0.5.ebuild,v 1.2 2009/10/04 15:14:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/massxpert/massxpert-2.0.5.ebuild,v 1.3 2013/03/02 23:18:07 hwoarang Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc" -RDEPEND="x11-libs/qt-svg:4[debug?]" +RDEPEND="dev-qt/qtsvg:4[debug?]" DEPEND="${DEPEND} doc? ( virtual/latex-base )" |