diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:16:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:16:54 +0000 |
commit | 70aab7caffeef2636cf00aebb5bd82ec84a745f0 (patch) | |
tree | 8b84b2b8ce11c0b10a05b8d4a8fbb461e92fc3ad /games-kids | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-70aab7caffeef2636cf00aebb5bd82ec84a745f0.tar.gz gentoo-2-70aab7caffeef2636cf00aebb5bd82ec84a745f0.tar.bz2 gentoo-2-70aab7caffeef2636cf00aebb5bd82ec84a745f0.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 'games-kids')
-rw-r--r-- | games-kids/cubetest/ChangeLog | 8 | ||||
-rw-r--r-- | games-kids/cubetest/cubetest-0.9.4.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-kids/cubetest/ChangeLog b/games-kids/cubetest/ChangeLog index 35879ae4c90f..e0b2c97b5672 100644 --- a/games-kids/cubetest/ChangeLog +++ b/games-kids/cubetest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-kids/cubetest -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/ChangeLog,v 1.16 2012/05/03 03:26:38 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/ChangeLog,v 1.17 2013/03/02 21:16:54 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> cubetest-0.9.4.ebuild: + Move Qt dependencies to the new category 03 May 2012; Jeff Horelick <jdhore@gentoo.org> cubetest-0.9.4.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -59,4 +62,3 @@ 09 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> cubetest-0.9.0.ebuild, metadata.xml: initial commit (bug #39328) - diff --git a/games-kids/cubetest/cubetest-0.9.4.ebuild b/games-kids/cubetest/cubetest-0.9.4.ebuild index 2df8ab4505c8..ff0fda1eb8c6 100644 --- a/games-kids/cubetest/cubetest-0.9.4.ebuild +++ b/games-kids/cubetest/cubetest-0.9.4.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/games-kids/cubetest/cubetest-0.9.4.ebuild,v 1.10 2012/05/03 03:26:38 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/cubetest/cubetest-0.9.4.ebuild,v 1.11 2013/03/02 21:16:54 hwoarang Exp $ EAPI=2 inherit eutils games @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-core:4[qt3support]" +RDEPEND="dev-qt/qtgui:4 + dev-qt/qtcore:4[qt3support]" DEPEND="${RDEPEND} virtual/pkgconfig" |