diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:18:24 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:18:24 +0000 |
commit | df33184ca2dacd2808a9d5c79c060fa988e5920c (patch) | |
tree | 2b9cb3e591cc8ba867466d584be95fef10598c66 /games-puzzle | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-df33184ca2dacd2808a9d5c79c060fa988e5920c.tar.gz gentoo-2-df33184ca2dacd2808a9d5c79c060fa988e5920c.tar.bz2 gentoo-2-df33184ca2dacd2808a9d5c79c060fa988e5920c.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-puzzle')
-rw-r--r-- | games-puzzle/colorcode/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/colorcode/colorcode-0.7.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-puzzle/colorcode/ChangeLog b/games-puzzle/colorcode/ChangeLog index 7a681fc576d1..dcbf961773c3 100644 --- a/games-puzzle/colorcode/ChangeLog +++ b/games-puzzle/colorcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/colorcode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.10 2013/01/22 21:01:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.11 2013/03/02 21:18:24 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> colorcode-0.7.2.ebuild: + Move Qt dependencies to the new category 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -colorcode-0.6.1.ebuild: old diff --git a/games-puzzle/colorcode/colorcode-0.7.2.ebuild b/games-puzzle/colorcode/colorcode-0.7.2.ebuild index a5a25d430f96..b6a6fe404e5f 100644 --- a/games-puzzle/colorcode/colorcode-0.7.2.ebuild +++ b/games-puzzle/colorcode/colorcode-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/colorcode-0.7.2.ebuild,v 1.3 2011/09/04 17:34:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/colorcode-0.7.2.ebuild,v 1.4 2013/03/02 21:18:24 hwoarang Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="x11-libs/qt-gui:4" +DEPEND="dev-qt/qtgui:4" S=${WORKDIR}/${MY_PN}-${PV} |