diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:17:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:17:27 +0000 |
commit | a775d9b51cc412ad7dd3a73c978e77ed59f08ecc (patch) | |
tree | 3aab28feb2ddad1bef79d83c6c62b456f12c8c43 /games-misc/ggencoder | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-a775d9b51cc412ad7dd3a73c978e77ed59f08ecc.tar.gz gentoo-2-a775d9b51cc412ad7dd3a73c978e77ed59f08ecc.tar.bz2 gentoo-2-a775d9b51cc412ad7dd3a73c978e77ed59f08ecc.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-misc/ggencoder')
-rw-r--r-- | games-misc/ggencoder/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/ggencoder/ggencoder-0.91a.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-misc/ggencoder/ChangeLog b/games-misc/ggencoder/ChangeLog index 234d75cfd56f..d51a3c544512 100644 --- a/games-misc/ggencoder/ChangeLog +++ b/games-misc/ggencoder/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/ggencoder -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ChangeLog,v 1.3 2012/04/12 23:13:44 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ChangeLog,v 1.4 2013/03/02 21:17:27 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> ggencoder-0.91a.ebuild: + Move Qt dependencies to the new category 12 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> ggencoder-0.91a.ebuild: EAPI=4; move to qt4-r2 (bug #410379) @@ -13,4 +16,3 @@ 02 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> +ggencoder-0.91a.ebuild, +metadata.xml: initial commit - ebuild submitted by John Ratliff via bug #65476 - diff --git a/games-misc/ggencoder/ggencoder-0.91a.ebuild b/games-misc/ggencoder/ggencoder-0.91a.ebuild index d76b3be6373d..1760b19f657c 100644 --- a/games-misc/ggencoder/ggencoder-0.91a.ebuild +++ b/games-misc/ggencoder/ggencoder-0.91a.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-misc/ggencoder/ggencoder-0.91a.ebuild,v 1.3 2012/04/12 23:13:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/ggencoder/ggencoder-0.91a.ebuild,v 1.4 2013/03/02 21:17:27 hwoarang Exp $ EAPI=4 inherit eutils qt4-r2 @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4" +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4" S=${WORKDIR}/${P}/source |