diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:13:33 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:13:33 +0000 |
commit | 42232b8ddc824685a72c6d467357c1a0748af7af (patch) | |
tree | ba21eec9c8526d616420abd954a067092f1eb5ce /games-board | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-42232b8ddc824685a72c6d467357c1a0748af7af.tar.gz gentoo-2-42232b8ddc824685a72c6d467357c1a0748af7af.tar.bz2 gentoo-2-42232b8ddc824685a72c6d467357c1a0748af7af.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-board')
-rw-r--r-- | games-board/qgo/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/qgo/qgo-1.5.4_p20100322.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-board/qgo/ChangeLog b/games-board/qgo/ChangeLog index cbecc65555a5..aa853c5ea5f6 100644 --- a/games-board/qgo/ChangeLog +++ b/games-board/qgo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/qgo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.43 2010/11/08 13:50:09 tupone Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/ChangeLog,v 1.44 2013/03/02 21:13:33 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qgo-1.5.4_p20100322.ebuild: + Move Qt dependencies to the new category 08 Nov 2010; Tupone Alfredo <tupone@gentoo.org> qgo-1.5.4_p20100322.ebuild, +files/qgo-1.5.4_p20100322-qt47.patch: @@ -23,4 +26,3 @@ 22 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> +qgo-1.5.4_p20100322.ebuild: Initial commit. - diff --git a/games-board/qgo/qgo-1.5.4_p20100322.ebuild b/games-board/qgo/qgo-1.5.4_p20100322.ebuild index 0b24482c85fe..41df03b26baa 100644 --- a/games-board/qgo/qgo-1.5.4_p20100322.ebuild +++ b/games-board/qgo/qgo-1.5.4_p20100322.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild,v 1.8 2010/11/08 16:29:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.4_p20100322.ebuild,v 1.9 2013/03/02 21:13:33 hwoarang Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -15,9 +15,9 @@ KEYWORDS="amd64 x86" IUSE="" DEPEND="media-libs/alsa-lib - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-test:4" + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qttest:4" src_prepare() { sed -i \ |