diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:48:22 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:48:22 +0000 |
commit | 901f77c9a2c1b534876ec78b0cb72a873f696748 (patch) | |
tree | 145baf2648043c4710abf91a4591339e6887f2c8 /x11-misc | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-901f77c9a2c1b534876ec78b0cb72a873f696748.tar.gz gentoo-2-901f77c9a2c1b534876ec78b0cb72a873f696748.tar.bz2 gentoo-2-901f77c9a2c1b534876ec78b0cb72a873f696748.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 'x11-misc')
-rw-r--r-- | x11-misc/fraqtive/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.5.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.6.ebuild | 8 |
3 files changed, 13 insertions, 10 deletions
diff --git a/x11-misc/fraqtive/ChangeLog b/x11-misc/fraqtive/ChangeLog index 0b66052661fb..9892c3d04d62 100644 --- a/x11-misc/fraqtive/ChangeLog +++ b/x11-misc/fraqtive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fraqtive # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.12 2013/01/30 20:50:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.13 2013/03/02 23:48:22 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> fraqtive-0.4.5.ebuild, + fraqtive-0.4.6.ebuild: + Move Qt dependencies to the new category *fraqtive-0.4.6 (30 Jan 2013) @@ -55,4 +59,3 @@ +fraqtive-0.3.1.ebuild: Initial import from sunrise wrt bug #97968. Thanks to Gleb Litvjak and Wolfgang Frisch. - diff --git a/x11-misc/fraqtive/fraqtive-0.4.5.ebuild b/x11-misc/fraqtive/fraqtive-0.4.5.ebuild index bfeee4629901..4f72e875862f 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.5.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.5.ebuild,v 1.3 2013/01/30 20:50:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.5.ebuild,v 1.4 2013/03/02 23:48:22 hwoarang Exp $ EAPI=4 @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sse2" -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4" +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4" DEPEND="${RDEPEND}" src_prepare() { diff --git a/x11-misc/fraqtive/fraqtive-0.4.6.ebuild b/x11-misc/fraqtive/fraqtive-0.4.6.ebuild index f3906de822e1..6820f9ccff73 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.6.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 1.1 2013/01/30 20:50:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.6.ebuild,v 1.2 2013/03/02 23:48:22 hwoarang Exp $ EAPI=4 inherit eutils gnome2-utils qt4-r2 @@ -15,9 +15,9 @@ KEYWORDS="~amd64 ~x86" IUSE="sse2" DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 " RDEPEND="${DEPEND}" |