diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:15:26 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:15:26 +0000 |
commit | d10d7211f423223160cfb3662ef8593242661fd7 (patch) | |
tree | 1fddd19fe4cbdd3130504fdf3b890c6a8aeee229 | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-d10d7211f423223160cfb3662ef8593242661fd7.tar.gz gentoo-2-d10d7211f423223160cfb3662ef8593242661fd7.tar.bz2 gentoo-2-d10d7211f423223160cfb3662ef8593242661fd7.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
-rw-r--r-- | games-engines/qtads/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.5.ebuild | 6 | ||||
-rw-r--r-- | games-engines/qtads/qtads-2.1.6.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog index 6ba384b88e70..0020f5d06bbd 100644 --- a/games-engines/qtads/ChangeLog +++ b/games-engines/qtads/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/qtads # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.29 2013/02/04 22:26:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.30 2013/03/02 21:15:26 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qtads-2.1.5.ebuild, + qtads-2.1.6.ebuild: + Move Qt dependencies to the new category 04 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> qtads-2.1.6.ebuild: eapi=5 diff --git a/games-engines/qtads/qtads-2.1.5.ebuild b/games-engines/qtads/qtads-2.1.5.ebuild index 91f68be7a726..694d553360f5 100644 --- a/games-engines/qtads/qtads-2.1.5.ebuild +++ b/games-engines/qtads/qtads-2.1.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/games-engines/qtads/qtads-2.1.5.ebuild,v 1.5 2013/01/13 11:40:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.5.ebuild,v 1.6 2013/03/02 21:15:26 hwoarang Exp $ EAPI=4 inherit eutils gnome2-utils fdo-mime qt4-r2 games @@ -17,8 +17,8 @@ IUSE="" DEPEND="media-libs/libsdl[audio] media-libs/sdl-mixer[midi,vorbis] media-libs/sdl-sound[mp3] - x11-libs/qt-core:4 - x11-libs/qt-gui:4" + dev-qt/qtcore:4 + dev-qt/qtgui:4" RDEPEND="${DEPEND}" src_configure() { diff --git a/games-engines/qtads/qtads-2.1.6.ebuild b/games-engines/qtads/qtads-2.1.6.ebuild index 685eb39d93f7..62bed51311e9 100644 --- a/games-engines/qtads/qtads-2.1.6.ebuild +++ b/games-engines/qtads/qtads-2.1.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/games-engines/qtads/qtads-2.1.6.ebuild,v 1.2 2013/02/04 22:26:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-2.1.6.ebuild,v 1.3 2013/03/02 21:15:26 hwoarang Exp $ EAPI=5 inherit eutils gnome2-utils fdo-mime qt4-r2 games @@ -17,8 +17,8 @@ IUSE="" DEPEND="media-libs/libsdl[audio] media-libs/sdl-mixer[midi,vorbis] media-libs/sdl-sound[mp3] - x11-libs/qt-core:4 - x11-libs/qt-gui:4" + dev-qt/qtcore:4 + dev-qt/qtgui:4" RDEPEND="${DEPEND}" src_configure() { |