diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:51:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:51:56 +0000 |
commit | 04fea4563a96f9031f3b45721f4fe982054e52f4 (patch) | |
tree | 4d8743c2db4928f93869fbc642e216522914124c /media-radio/svxlink | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-04fea4563a96f9031f3b45721f4fe982054e52f4.tar.gz gentoo-2-04fea4563a96f9031f3b45721f4fe982054e52f4.tar.bz2 gentoo-2-04fea4563a96f9031f3b45721f4fe982054e52f4.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-radio/svxlink')
-rw-r--r-- | media-radio/svxlink/ChangeLog | 8 | ||||
-rw-r--r-- | media-radio/svxlink/svxlink-11.11.1.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/media-radio/svxlink/ChangeLog b/media-radio/svxlink/ChangeLog index 93c697ae1738..403cd0453fee 100644 --- a/media-radio/svxlink/ChangeLog +++ b/media-radio/svxlink/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/svxlink -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.21 2012/07/31 18:00:25 tomjbe Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.22 2013/03/02 21:51:56 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> svxlink-11.11.1.ebuild: + Move Qt dependencies to the new category 31 Jul 2012; Thomas Beierlein <tomjbe@gentoo.org> svxlink-11.11.1.ebuild, +files/svxlink-11.11.1-gcc-47.patch: @@ -99,4 +102,3 @@ 16 Dec 2007; Lars Weiler <pylon@gentoo.org> +files/kde.patch, +metadata.xml, +svxlink-070415.ebuild: New application for all those Gentoo ham-radio users out there. - diff --git a/media-radio/svxlink/svxlink-11.11.1.ebuild b/media-radio/svxlink/svxlink-11.11.1.ebuild index fe7dc267b007..773ceca453bc 100644 --- a/media-radio/svxlink/svxlink-11.11.1.ebuild +++ b/media-radio/svxlink/svxlink-11.11.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-radio/svxlink/svxlink-11.11.1.ebuild,v 1.4 2012/07/31 18:00:25 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild,v 1.5 2013/03/02 21:51:56 hwoarang Exp $ EAPI=4 inherit eutils multilib qt4-r2 user @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-lang/tcl - x11-libs/qt-core:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 media-libs/alsa-lib media-sound/gsm dev-libs/libgcrypt |