diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:48:45 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:48:45 +0000 |
commit | 5b261ec9fe8c076dbb3f0517bcfbba53dba12457 (patch) | |
tree | b8143d6b2c978c2188ea427ae129b31b3736d012 /media-libs/quarter | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-5b261ec9fe8c076dbb3f0517bcfbba53dba12457.tar.gz gentoo-2-5b261ec9fe8c076dbb3f0517bcfbba53dba12457.tar.bz2 gentoo-2-5b261ec9fe8c076dbb3f0517bcfbba53dba12457.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-libs/quarter')
-rw-r--r-- | media-libs/quarter/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/quarter/quarter-1.0.0-r1.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/media-libs/quarter/ChangeLog b/media-libs/quarter/ChangeLog index bfc96e92fbb0..b2458984b9d3 100644 --- a/media-libs/quarter/ChangeLog +++ b/media-libs/quarter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/quarter -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/ChangeLog,v 1.5 2012/05/05 08:02:37 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/ChangeLog,v 1.6 2013/03/02 21:48:45 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> quarter-1.0.0-r1.ebuild: + Move Qt dependencies to the new category 05 May 2012; Jeff Horelick <jdhore@gentoo.org> quarter-1.0.0-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -25,4 +28,3 @@ +metadata.xml: Initial commit for quarter. Ebuild by Maciej Mrozowski (reavertm@gmail.com) - diff --git a/media-libs/quarter/quarter-1.0.0-r1.ebuild b/media-libs/quarter/quarter-1.0.0-r1.ebuild index c11c8fb21f00..d6d3ce6cf0f6 100644 --- a/media-libs/quarter/quarter-1.0.0-r1.ebuild +++ b/media-libs/quarter/quarter-1.0.0-r1.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-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.4 2012/05/05 08:02:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.5 2013/03/02 21:48:45 hwoarang Exp $ EAPI="2" @@ -19,9 +19,9 @@ IUSE="debug doc static-libs" RDEPEND=" >=media-libs/coin-3.0.0[javascript] - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 " DEPEND="${RDEPEND} virtual/pkgconfig |