diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:30:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:30:11 +0000 |
commit | ee288dcf2ead59b7a39a8740ce718aad5f7955bb (patch) | |
tree | 2da3b7c3d4961785d3f089c71e7a86f628239045 /media-video/bino | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-ee288dcf2ead59b7a39a8740ce718aad5f7955bb.tar.gz gentoo-2-ee288dcf2ead59b7a39a8740ce718aad5f7955bb.tar.bz2 gentoo-2-ee288dcf2ead59b7a39a8740ce718aad5f7955bb.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-video/bino')
-rw-r--r-- | media-video/bino/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/bino/bino-1.3.0.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-video/bino/ChangeLog b/media-video/bino/ChangeLog index b6826ad9332b..93f600a2e3c8 100644 --- a/media-video/bino/ChangeLog +++ b/media-video/bino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/bino -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/bino/ChangeLog,v 1.1 2012/10/20 13:36:13 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/bino/ChangeLog,v 1.2 2013/03/02 22:30:11 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> bino-1.3.0.ebuild: + Move Qt dependencies to the new category *bino-1.3.0 (20 Oct 2012) diff --git a/media-video/bino/bino-1.3.0.ebuild b/media-video/bino/bino-1.3.0.ebuild index e977eb89fd88..f2b66807db1f 100644 --- a/media-video/bino/bino-1.3.0.ebuild +++ b/media-video/bino/bino-1.3.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-video/bino/bino-1.3.0.ebuild,v 1.2 2012/10/23 17:19:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bino/bino-1.3.0.ebuild,v 1.3 2013/03/02 22:30:11 hwoarang Exp $ EAPI=3 inherit eutils @@ -16,9 +16,9 @@ IUSE="lirc" RDEPEND=">=media-libs/glew-1.5.0 media-libs/openal - x11-libs/qt-gui:4 - x11-libs/qt-core:4 - x11-libs/qt-opengl:4 + dev-qt/qtgui:4 + dev-qt/qtcore:4 + dev-qt/qtopengl:4 >=media-libs/libass-0.9.9 >=virtual/ffmpeg-0.6.90 lirc? ( app-misc/lirc )" |