diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:40:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:40:57 +0000 |
commit | 7dd116d5b325a8d7f793e9117e10b8a52c0ae773 (patch) | |
tree | e038e0219394d058b979799480bd58d7c5b04fbe /media-gfx/structure-synth | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-7dd116d5b325a8d7f793e9117e10b8a52c0ae773.tar.gz gentoo-2-7dd116d5b325a8d7f793e9117e10b8a52c0ae773.tar.bz2 gentoo-2-7dd116d5b325a8d7f793e9117e10b8a52c0ae773.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 'media-gfx/structure-synth')
-rw-r--r-- | media-gfx/structure-synth/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/structure-synth/structure-synth-1.5.0.ebuild | 12 |
2 files changed, 12 insertions, 9 deletions
diff --git a/media-gfx/structure-synth/ChangeLog b/media-gfx/structure-synth/ChangeLog index 3035243bbd94..10e71ebde278 100644 --- a/media-gfx/structure-synth/ChangeLog +++ b/media-gfx/structure-synth/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for media-gfx/structure-synth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/ChangeLog,v 1.1 2011/05/28 09:21:33 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/ChangeLog,v 1.2 2013/03/02 21:40:57 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + structure-synth-1.5.0.ebuild: + Move Qt dependencies to the new category *structure-synth-1.5.0 (28 May 2011) 28 May 2011; Tim Harder <radhermit@gentoo.org> +structure-synth-1.5.0.ebuild, +metadata.xml: Initial import. - diff --git a/media-gfx/structure-synth/structure-synth-1.5.0.ebuild b/media-gfx/structure-synth/structure-synth-1.5.0.ebuild index 06f90dff5c41..4277d07df95e 100644 --- a/media-gfx/structure-synth/structure-synth-1.5.0.ebuild +++ b/media-gfx/structure-synth/structure-synth-1.5.0.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/media-gfx/structure-synth/structure-synth-1.5.0.ebuild,v 1.1 2011/05/28 09:21:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/structure-synth/structure-synth-1.5.0.ebuild,v 1.2 2013/03/02 21:40:57 hwoarang Exp $ EAPI=4 @@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="virtual/opengl - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 - x11-libs/qt-script:4" + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 + dev-qt/qtscript:4" DEPEND="${RDEPEND} app-arch/unzip" |