diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-28 13:42:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-28 13:42:58 +0000 |
commit | 778a362df20ad9855b8220503e1453c1acaf03c8 (patch) | |
tree | d44ee4444c5f6b6e83539efe6aa054d207aaf2e9 /media-video/2mandvd | |
parent | Version bump, also don't use version for the install path and don't use symli... (diff) | |
download | gentoo-2-778a362df20ad9855b8220503e1453c1acaf03c8.tar.gz gentoo-2-778a362df20ad9855b8220503e1453c1acaf03c8.tar.bz2 gentoo-2-778a362df20ad9855b8220503e1453c1acaf03c8.zip |
Missing x11-libs/qt-webkit:4 depend wrt http://forums.gentoo.org/viewtopic-p-6151543.html.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-video/2mandvd')
-rw-r--r-- | media-video/2mandvd/2mandvd-1.2.ebuild | 7 | ||||
-rw-r--r-- | media-video/2mandvd/ChangeLog | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-video/2mandvd/2mandvd-1.2.ebuild b/media-video/2mandvd/2mandvd-1.2.ebuild index 139227b204e7..6d45ad162d27 100644 --- a/media-video/2mandvd/2mandvd-1.2.ebuild +++ b/media-video/2mandvd/2mandvd-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.2.ebuild,v 1.1 2009/11/25 21:12:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/2mandvd-1.2.ebuild,v 1.2 2010/01/28 13:42:58 ssuominen Exp $ EAPI="2" @@ -26,7 +26,8 @@ DEPEND="media-video/dvdauthor media-video/mjpegtools || ( app-cdr/cdrkit app-cdr/cdrtools ) media-libs/xine-lib - x11-libs/qt-gui:4" + x11-libs/qt-gui:4 + x11-libs/qt-webkit:4" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" diff --git a/media-video/2mandvd/ChangeLog b/media-video/2mandvd/ChangeLog index cdb9a8f47f61..10e4a6d4e432 100644 --- a/media-video/2mandvd/ChangeLog +++ b/media-video/2mandvd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/2mandvd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.2 2009/11/25 21:12:37 hwoarang Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/2mandvd/ChangeLog,v 1.3 2010/01/28 13:42:58 ssuominen Exp $ + + 28 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> 2mandvd-1.2.ebuild: + Missing x11-libs/qt-webkit:4 depend wrt + http://forums.gentoo.org/viewtopic-p-6151543.html. *2mandvd-1.2 (25 Nov 2009) |