diff options
author | 2013-03-02 21:39:58 +0000 | |
---|---|---|
committer | 2013-03-02 21:39:58 +0000 | |
commit | 14cf3f9e1aa3080f3ef173075dfe85077148e252 (patch) | |
tree | 59e8949b02c43df273618d42290f3dd9d1253206 /media-gfx/qosmic | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-14cf3f9e1aa3080f3ef173075dfe85077148e252.tar.gz gentoo-2-14cf3f9e1aa3080f3ef173075dfe85077148e252.tar.bz2 gentoo-2-14cf3f9e1aa3080f3ef173075dfe85077148e252.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/qosmic')
-rw-r--r-- | media-gfx/qosmic/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/qosmic/qosmic-1.5.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-gfx/qosmic/ChangeLog b/media-gfx/qosmic/ChangeLog index 1dd0b8918b26..f5871d2f5b72 100644 --- a/media-gfx/qosmic/ChangeLog +++ b/media-gfx/qosmic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/qosmic -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.4 2012/05/05 07:00:23 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.5 2013/03/02 21:39:58 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qosmic-1.5.0.ebuild: + Move Qt dependencies to the new category 05 May 2012; Jeff Horelick <jdhore@gentoo.org> qosmic-1.5.0.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -17,4 +20,3 @@ 16 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +qosmic-1.4.8.ebuild: Initial commit wrt #234695, thanks to David Bitseff and Jouni Rinne. - diff --git a/media-gfx/qosmic/qosmic-1.5.0.ebuild b/media-gfx/qosmic/qosmic-1.5.0.ebuild index c2cf009d4aee..2a45686b6d38 100644 --- a/media-gfx/qosmic/qosmic-1.5.0.ebuild +++ b/media-gfx/qosmic/qosmic-1.5.0.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-gfx/qosmic/qosmic-1.5.0.ebuild,v 1.2 2012/05/05 07:00:23 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/qosmic-1.5.0.ebuild,v 1.3 2013/03/02 21:39:58 hwoarang Exp $ EAPI=4 inherit qt4-r2 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-lang/lua-5.1.4 >=media-gfx/flam3-3.0.1 - >=x11-libs/qt-gui-4.6:4" + >=dev-qt/qtgui-4.6:4" DEPEND="${RDEPEND} virtual/pkgconfig" |