diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:01:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:01:19 +0000 |
commit | 74a13022a265797ae6d8f49f361e80079804ac07 (patch) | |
tree | c4399163750539cb11e6d13ec0d256839a2d01a1 /media-sound/qsampler | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-74a13022a265797ae6d8f49f361e80079804ac07.tar.gz gentoo-2-74a13022a265797ae6d8f49f361e80079804ac07.tar.bz2 gentoo-2-74a13022a265797ae6d8f49f361e80079804ac07.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-sound/qsampler')
-rw-r--r-- | media-sound/qsampler/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/qsampler/qsampler-0.2.2_p2345.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/qsampler/ChangeLog b/media-sound/qsampler/ChangeLog index 681a077df340..272ec6617bfb 100644 --- a/media-sound/qsampler/ChangeLog +++ b/media-sound/qsampler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qsampler -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.18 2012/05/31 09:56:40 yngwin Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.19 2013/03/02 22:01:19 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + qsampler-0.2.2_p2345.ebuild: + Move Qt dependencies to the new category *qsampler-0.2.2_p2345 (31 May 2012) @@ -69,4 +73,3 @@ 30 May 2005; Frank van de Pol <fvdpol@gentoo.org> : New ebuild for qsampler, a graphical frontend to LinuxSampler - diff --git a/media-sound/qsampler/qsampler-0.2.2_p2345.ebuild b/media-sound/qsampler/qsampler-0.2.2_p2345.ebuild index 63aa7f5b5760..a7ca4f4d72f7 100644 --- a/media-sound/qsampler/qsampler-0.2.2_p2345.ebuild +++ b/media-sound/qsampler/qsampler-0.2.2_p2345.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/media-sound/qsampler/qsampler-0.2.2_p2345.ebuild,v 1.1 2012/05/31 09:56:40 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.2.2_p2345.ebuild,v 1.2 2013/03/02 22:01:19 hwoarang Exp $ EAPI=4 inherit eutils qt4-r2 @@ -18,8 +18,8 @@ IUSE="debug +libgig" DEPEND="media-libs/alsa-lib >=media-libs/liblscp-0.5.5 x11-libs/libX11 - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 libgig? ( >=media-libs/libgig-3.2.1 )" RDEPEND="${DEPEND} >=media-sound/linuxsampler-0.5" |