diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:53:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:53:05 +0000 |
commit | 91232bd5aded094dfc42aab6e06d8638b8f50438 (patch) | |
tree | 7e16b372ace44b730fd56b632d3ce540a8761921 /media-sound/ams | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-91232bd5aded094dfc42aab6e06d8638b8f50438.tar.gz gentoo-2-91232bd5aded094dfc42aab6e06d8638b8f50438.tar.bz2 gentoo-2-91232bd5aded094dfc42aab6e06d8638b8f50438.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/ams')
-rw-r--r-- | media-sound/ams/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/ams/ams-2.0.1.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-sound/ams/ChangeLog b/media-sound/ams/ChangeLog index ca912dff29ce..ebf5ddf7a903 100644 --- a/media-sound/ams/ChangeLog +++ b/media-sound/ams/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ams -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.29 2012/05/05 08:05:37 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ChangeLog,v 1.30 2013/03/02 21:53:05 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> ams-2.0.1.ebuild: + Move Qt dependencies to the new category 05 May 2012; Michał Górny <mgorny@gentoo.org> ams-2.0.1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -107,4 +110,3 @@ 09 Jul 2003; torbenh <torbenh@gentoo.org> Manifest ams-1.5.9.ebuild files/ams-fixMakefile.patch files/digest-ams-1.5.9 : Initial import into the repository. - diff --git a/media-sound/ams/ams-2.0.1.ebuild b/media-sound/ams/ams-2.0.1.ebuild index 8cacdeec6ddc..c8775acde203 100644 --- a/media-sound/ams/ams-2.0.1.ebuild +++ b/media-sound/ams/ams-2.0.1.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/ams/ams-2.0.1.ebuild,v 1.5 2012/05/05 08:05:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ams/ams-2.0.1.ebuild,v 1.6 2013/03/02 21:53:05 hwoarang Exp $ EAPI=4 inherit autotools eutils flag-o-matic multilib @@ -16,8 +16,8 @@ IUSE="" RDEPEND="media-libs/alsa-lib media-sound/jack-audio-connection-kit - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 media-libs/ladspa-sdk media-libs/libclalsadrv !dev-ruby/amrita" |