diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:02:13 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:02:13 +0000 |
commit | 45d843871132eb619367e3b5c4260d24a7b251af (patch) | |
tree | 1a045772f455503bf25548c5258031468b1c899d /media-sound/qtgain | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-45d843871132eb619367e3b5c4260d24a7b251af.tar.gz gentoo-2-45d843871132eb619367e3b5c4260d24a7b251af.tar.bz2 gentoo-2-45d843871132eb619367e3b5c4260d24a7b251af.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/qtgain')
-rw-r--r-- | media-sound/qtgain/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/qtgain/qtgain-0.9.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-sound/qtgain/ChangeLog b/media-sound/qtgain/ChangeLog index 0804a917d536..584dbbdcbaff 100644 --- a/media-sound/qtgain/ChangeLog +++ b/media-sound/qtgain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qtgain -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v 1.4 2012/05/21 20:06:26 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v 1.5 2013/03/02 22:02:13 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qtgain-0.9.5.ebuild: + Move Qt dependencies to the new category 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> qtgain-0.9.5.ebuild: inherit eutils for make_desktop_entry @@ -17,4 +20,3 @@ 23 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +qtgain-0.8.0.ebuild: Initial commit. - diff --git a/media-sound/qtgain/qtgain-0.9.5.ebuild b/media-sound/qtgain/qtgain-0.9.5.ebuild index da502d8ba381..e51dd5c14388 100644 --- a/media-sound/qtgain/qtgain-0.9.5.ebuild +++ b/media-sound/qtgain/qtgain-0.9.5.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/qtgain/qtgain-0.9.5.ebuild,v 1.2 2012/05/21 20:06:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/qtgain-0.9.5.ebuild,v 1.3 2013/03/02 22:02:13 hwoarang Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="flac mp3 mp4 vorbis" -DEPEND="x11-libs/qt-gui:4" +DEPEND="dev-qt/qtgui:4" RDEPEND="${DEPEND} flac? ( media-libs/flac ) mp3? ( media-sound/mp3gain ) |